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

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

[nongnu] elpa/evil 2ba00479db: evil-fold-action: add missing FORMAT argu


From: ELPA Syncer
Subject: [nongnu] elpa/evil 2ba00479db: evil-fold-action: add missing FORMAT argument to with-demoted-errors
Date: Wed, 2 Mar 2022 12:57:56 -0500 (EST)

branch: elpa/evil
commit 2ba00479db3f71f46444733c0edc5f8d16155b69
Author: Simon Pugnet <simon@polaris64.net>
Commit: Tom Dalziel <33435574+tomdl89@users.noreply.github.com>

    evil-fold-action: add missing FORMAT argument to with-demoted-errors
    
    * evil-commands.el (evil-fold-action): add FORMAT argument which is
    now required as of Emacs commit
    d52c929e31f60ff0462371bfe27ebd479e3e82bd.
---
 evil-commands.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/evil-commands.el b/evil-commands.el
index ff8ee3f4d5..12d1148435 100644
--- a/evil-commands.el
+++ b/evil-commands.el
@@ -3065,7 +3065,7 @@ not interfere with another."
           (let* ((actions (cdar list))
                  (fn      (plist-get actions action)))
             (when fn
-              (with-demoted-errors (funcall fn))))
+              (with-demoted-errors "Error: %S" (funcall fn))))
         (evil-fold-action (cdr list) action)))))
 
 (defun evil--mode-p (modes)



reply via email to

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