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

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

[elpa] externals/org 3f4bdf80cb: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org 3f4bdf80cb: Merge branch 'bugfix'
Date: Fri, 2 Feb 2024 15:58:18 -0500 (EST)

branch: externals/org
commit 3f4bdf80cbc8188cf88922c6093b7af2967f1080
Merge: 57f1c02556 56748ea4e2
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    Merge branch 'bugfix'
---
 lisp/org.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org.el b/lisp/org.el
index 65a1de597f..7aa7b09a1e 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -4732,7 +4732,7 @@ returns non-nil if any of them match."
                               (if (and (= char ?f) current-file)
                                   (concat "file://" current-file) uri))
                              "\\'")))))
-          (prog1 (memq char '(?y ?n ?! ?d ?\s ?f))
+          (prog1 (memq char '(?y ?! ?d ?\s ?f))
             (quit-window t)))))))
 
 (defun org-extract-log-state-settings (x)



reply via email to

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