0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:36:26 +00:00

Fix previous commit

This commit is contained in:
Bastien 2020-02-12 09:36:04 +01:00
parent 04e9d848ed
commit 76ac192c4f

View file

@ -294,7 +294,7 @@ Shows a list of commands and prompts for another key to execute a command."
(message msg)
(while (and (setq c (read-char-exclusive))
(memq c '(14 16 22 134217846)))
(org-scroll key t)))
(org-scroll c t)))
(and (get-buffer "*Org Attach*") (kill-buffer "*Org Attach*"))))
(let ((command (cl-some (lambda (entry)
(and (memq c (nth 0 entry)) (nth 1 entry)))