projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3f0918
)
Adapt recentf.el to the change in the Widget Library
author
Mauro Aranda
<maurooaranda@gmail.com>
Tue, 27 Aug 2019 06:40:32 +0000
(08:40 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 27 Aug 2019 06:40:32 +0000
(08:40 +0200)
* lisp/recentf.el (recentf-open-files-item): Stop overriding
:follow-link property of the link widgets, since now it should
work as expected (bug#15682).
lisp/recentf.el
patch
|
blob
|
history
diff --git
a/lisp/recentf.el
b/lisp/recentf.el
index 4112b44e4843a806cba569167d0892c833a66d3d..2720286814af44c14c5dc133b7f9fd0d0e111f44 100644
(file)
--- a/
lisp/recentf.el
+++ b/
lisp/recentf.el
@@
-1184,9
+1184,6
@@
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)