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

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

[nongnu] elpa/undo-fu fd2e9952f9 31/82: Merge branch 'compiler-warnings'


From: ELPA Syncer
Subject: [nongnu] elpa/undo-fu fd2e9952f9 31/82: Merge branch 'compiler-warnings' into 'master'
Date: Thu, 7 Jul 2022 12:04:51 -0400 (EDT)

branch: elpa/undo-fu
commit fd2e9952f9db94f3a1e8df4ad083eb514f3620cd
Merge: 7d600ab8f2 6e8095c449
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Merge branch 'compiler-warnings' into 'master'
    
    Suppress compiler warnings about evil functions
    
    See merge request ideasman42/emacs-undo-fu!5
---
 undo-fu.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/undo-fu.el b/undo-fu.el
index 12c912e026..ceadac2a3b 100644
--- a/undo-fu.el
+++ b/undo-fu.el
@@ -356,6 +356,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]