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.
This commit is contained in:
Benjamin Drieu 2014-01-29 14:57:45 +01:00 committed by Bastien Guerry
parent 63a2a403a9
commit 33a0a198e3
1 changed files with 1 additions and 1 deletions

View File

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