瀏覽代碼

Fix bug with capture template prompt history

* lisp/org-capture.el (org-capture-fill-template): Initialize history variable.
Carsten Dominik 14 年之前
父節點
當前提交
2b3fa6ef3e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/org-capture.el

+ 1 - 0
lisp/org-capture.el

@@ -1202,6 +1202,7 @@ The template may still contain \"%?\" for cursor positioning."
 				   "org-capture-template-prompt-history::"
 				   (or prompt "")))
 		  completions (mapcar 'list completions)))
+	  (unless (boundp histvar) (set histvar nil))
 	  (cond
 	   ((member char '("G" "g"))
 	    (let* ((org-last-tags-completion-table