Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2018-01-18 23:10:51 +01:00
commit 2372276883
1 changed files with 2 additions and 1 deletions

View File

@ -9197,7 +9197,8 @@ non-nil."
(cdr (assoc-string
(completing-read
"Which function for creating the link? "
(mapcar #'car results-alist) nil t name)
(mapcar #'car results-alist)
nil t (symbol-name name))
results-alist)))
t))))
(setq link (plist-get org-store-link-plist :link))