소스 검색

Fix previous commit

Bastien 5 년 전
부모
커밋
76ac192c4f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org-attach.el

+ 1 - 1
lisp/org-attach.el

@@ -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)))