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

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

[nongnu] elpa/undo-fu 6e8095c449 29/82: Suppress compiler warnings about


From: ELPA Syncer
Subject: [nongnu] elpa/undo-fu 6e8095c449 29/82: Suppress compiler warnings about evil functions
Date: Thu, 7 Jul 2022 12:04:51 -0400 (EDT)

branch: elpa/undo-fu
commit 6e8095c449ee2d828166b8f00cb03373e81417c3
Author: Eivind Fonn <evfonn@gmail.com>
Commit: Eivind Fonn <evfonn@gmail.com>

    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

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