branch: elpa/anzu
commit f2914907e9f6649956fa41ac9a74a2e6ddfde9a6
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Update minimum Emacs version
---
anzu.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/anzu.el b/anzu.el
index 392c6cec9b..9fd97d0750 100644
--- a/anzu.el
+++ b/anzu.el
@@ -5,7 +5,7 @@
;; Author: Syohei YOSHIDA <[email protected]>
;; URL: https://github.com/syohex/emacs-anzu
;; Version: 0.62
-;; Package-Requires: ((cl-lib "0.5") (emacs "24"))
+;; Package-Requires: ((emacs "24.3"))
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -298,7 +298,7 @@
:lighter anzu-mode-lighter
(if anzu-mode
(progn
- (set (make-local-variable 'anzu--state) nil)
+ (setq-local anzu--state nil)
(add-hook 'isearch-update-post-hook #'anzu--update-post-hook nil t)
(add-hook 'isearch-mode-hook #'anzu--cons-mode-line-search nil t)
(add-hook 'isearch-mode-end-hook #'anzu--reset-mode-line nil t))