Forráskód Böngészése

Fix code typo in commit 2508dfa6

Bastien 5 éve
szülő
commit
fe46c02afa
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      lisp/org-attach.el

+ 1 - 1
lisp/org-attach.el

@@ -293,7 +293,7 @@ Shows a list of commands and prompts for another key to execute a command."
 			     (concat (mapcar #'caar org-attach-commands))))
 		key)
 	    (message msg)
-	    (while (and (setq key (read-char-exclusive prompt))
+	    (while (and (setq key (read-char-exclusive))
 		        (memq key '(14 16 22 134217846)))
 	      (org-scroll key t)))
 	  (and (get-buffer "*Org Attach*") (kill-buffer "*Org Attach*"))))