From 33a0a198e342dd49f9beb3b507dd994447443dff Mon Sep 17 00:00:00 2001 From: Benjamin Drieu Date: Wed, 29 Jan 2014 14:57:45 +0100 Subject: [PATCH] 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. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 23126b3c4..e607235b1 100644 --- a/lisp/org.el +++ b/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 -- 2.11.4.GIT