Browse Source

org.el (org-store-link): Fix selection of the function to store the link

* org.el (org-store-link): Fix selection of the function to
store the link.
Benjamin Drieu 11 years ago
parent
commit
33a0a198e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -9411,7 +9411,7 @@ active region."
 		       (funcall (intern
 				 (completing-read
 				  "Which function for creating the link? "
-				  sfunsn t (car sfunsn)))))
+				  sfunsn nil t (car sfunsn)))))
 		  (funcall (caar sfuns)))
 	      (setq link (plist-get org-store-link-plist :link)
 		    desc (or (plist-get org-store-link-plist