emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/anzu 722ed9a52c 256/288: Merge pull request #84 from syohe


From: ELPA Syncer
Subject: [nongnu] elpa/anzu 722ed9a52c 256/288: Merge pull request #84 from syohex/update-minimum-emacs-version
Date: Thu, 6 Jan 2022 03:58:58 -0500 (EST)

branch: elpa/anzu
commit 722ed9a52cf66eccabcc719fb17a26455b6d1ec0
Merge: 7b8146c1eb f2914907e9
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #84 from syohex/update-minimum-emacs-version
    
    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 <syohex@gmail.com>
 ;; 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]