* lisp/recentf.el (recentf-open-files-item): Quick fix for (bug#22434).
This commit is contained in:
parent
01c3cd1c0d
commit
ee28b4cd46
1 changed files with 3 additions and 0 deletions
|
@ -1187,6 +1187,9 @@ IGNORE other arguments."
|
|||
:format "%[%t\n%]"
|
||||
:help-echo ,(concat "Open " (cdr menu-element))
|
||||
:action recentf-open-files-action
|
||||
;; Override the (problematic) follow-link property of the
|
||||
;; `link' widget (bug#22434).
|
||||
:follow-link nil
|
||||
,(cdr menu-element))))
|
||||
|
||||
(defun recentf-open-files-items (files)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue