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

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

[nongnu] elpa/with-editor 513e13f 097/140: Fix previous commit


From: Jonas Bernoulli
Subject: [nongnu] elpa/with-editor 513e13f 097/140: Fix previous commit
Date: Fri, 6 Aug 2021 12:51:28 -0400 (EDT)

branch: elpa/with-editor
commit 513e13f909da57700f50b24ac40eee4cdd8b74b0
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Fix previous commit
---
 with-editor.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/with-editor.el b/with-editor.el
index bbbf3ad..906d8e3 100644
--- a/with-editor.el
+++ b/with-editor.el
@@ -434,7 +434,7 @@ And some tools that do not handle $EDITOR properly also 
break."
 (defun with-editor-kill-buffer-noop ()
   (if (memq this-command '(save-buffers-kill-terminal
                            save-buffers-kill-emacs))
-      (let ((run-hook-with-args-until-failure nil))
+      (let ((with-editor-cancel-query-functions nil))
         (with-editor-cancel nil)
         t)
     (user-error (substitute-command-keys "\



reply via email to

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