branch: elpa/evil-anzu
commit d1e98ee6976437164627542909a25c6946497899
Merge: d3f6ed4773 a964de49f7
Author: Fredrik Bergroth <fbergr...@gmail.com>
Commit: GitHub <nore...@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