summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Drieu <bdrieu@april.org>2014-01-29 14:57:45 +0100
committerBastien Guerry <bzg@altern.org>2014-01-29 14:57:45 +0100
commit33a0a198e342dd49f9beb3b507dd994447443dff (patch)
tree4aa78dae54fdd93ef210dc422ba6f6ff7eb37e66
parent63a2a403a92f77ddb2035996a41a5fd77bed61af (diff)
downloadorg-mode-33a0a198e342dd49f9beb3b507dd994447443dff.tar.gz
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.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 23126b3..e607235 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