summaryrefslogtreecommitdiff
path: root/lisp/recentf.el
diff options
context:
space:
mode:
authorMauro Aranda <maurooaranda@gmail.com>2019-08-27 08:40:32 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-08-27 08:40:32 +0200
commitec5d4ff096590cb12b579169ba561b37c82fe0cf (patch)
treef49324290cbcdb8bcdf6ceb17d1feeb544eb677f /lisp/recentf.el
parentf3f091899e811bfa5d138be95fca7c0a23c7ec84 (diff)
downloademacs-ec5d4ff096590cb12b579169ba561b37c82fe0cf.tar.gz
Adapt recentf.el to the change in the Widget Library
* 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).
Diffstat (limited to 'lisp/recentf.el')
-rw-r--r--lisp/recentf.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/recentf.el b/lisp/recentf.el
index 4112b44e484..2720286814a 100644
--- 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)