branch: elpa/zig-mode commit a716bdd051a7d9c796d0eabbce6dd3fecd2c4ca4 Author: Xu Chunyang <m...@xuchunyang.me> Commit: Xu Chunyang <m...@xuchunyang.me>
Require Emacs v24.3 for setq-local By the way, 24.3 was released 6 years ago (2013-03-11). --- zig-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zig-mode.el b/zig-mode.el index 61877e2..8aa31ad 100644 --- a/zig-mode.el +++ b/zig-mode.el @@ -3,7 +3,7 @@ ;; Version: 0.0.8 ;; Author: Andrea Orru <andreaorru1...@gmail.com>, Andrew Kelley <superjo...@gmail.com> ;; Keywords: zig, languages -;; Package-Requires: ((emacs "24")) +;; Package-Requires: ((emacs "24.3")) ;; URL: https://github.com/zig-lang/zig-mode ;; This file is free software; you can redistribute it and/or modify