branch: elpa/with-editor
commit 513e13f909da57700f50b24ac40eee4cdd8b74b0
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    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