branch: elpa/undo-fu
commit 6e8095c449ee2d828166b8f00cb03373e81417c3
Author: Eivind Fonn <[email protected]>
Commit: Eivind Fonn <[email protected]>

    Suppress compiler warnings about evil functions
---
 undo-fu.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/undo-fu.el b/undo-fu.el
index b221bdf2e2..7a73edba97 100644
--- a/undo-fu.el
+++ b/undo-fu.el
@@ -350,6 +350,7 @@ Optional argument ARG the number of steps to undo."
 ;; Evil Mode (setup if in use)
 ;;
 ;; Don't let these commands repeat.
+(declare-function evil-declare-not-repeat "ext:evil-common")
 (eval-after-load
   'evil
   '

Reply via email to