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

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

[nongnu] elpa/evil-anzu d1e98ee697 2/2: Merge pull request #14 from sdwo


From: ELPA Syncer
Subject: [nongnu] elpa/evil-anzu d1e98ee697 2/2: Merge pull request #14 from sdwolfz/native-compiler-warning
Date: Sun, 11 Sep 2022 15:58:35 -0400 (EDT)

branch: elpa/evil-anzu
commit d1e98ee6976437164627542909a25c6946497899
Merge: d3f6ed4773 a964de49f7
Author: Fredrik Bergroth <fbergroth@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #14 from sdwolfz/native-compiler-warning
    
    Fix emacs native compilation warning
---
 evil-anzu.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/evil-anzu.el b/evil-anzu.el
index c81d2c3765..69e2ae6d95 100644
--- a/evil-anzu.el
+++ b/evil-anzu.el
@@ -35,8 +35,9 @@
       (anzu--update string))))
 
 (defun evil-anzu-search-next (&optional pattern direction nowrap)
-  "Make anzu work with the 'evil-search search module.
-If PATTERN is not specified the current global pattern 
`evil-ex-search-pattern' is used."
+  "Make anzu work with the \\='evil-search search module.
+If PATTERN is not specified the current global pattern
+`evil-ex-search-pattern' is used."
   (when anzu-mode
     (anzu--cons-mode-line-search)
     (let* ((isearch-regexp t) ; all evil-ex searches are regexp searches



reply via email to

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