projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01c3cd1
)
* lisp/recentf.el (recentf-open-files-item): Quick fix for (bug#22434).
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 30 May 2016 00:32:32 +0000
(20:32 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 30 May 2016 00:32:32 +0000
(20:32 -0400)
lisp/recentf.el
patch
|
blob
|
history
diff --git
a/lisp/recentf.el
b/lisp/recentf.el
index df7f3e2e56525d41a51a7c01cfd832475580c7b2..6d6ad48ea1f843519511eb2cf87aa918c69f2bc4 100644
(file)
--- a/
lisp/recentf.el
+++ b/
lisp/recentf.el
@@
-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)