diff options
author | Mauro Aranda <maurooaranda@gmail.com> | 2019-08-27 08:40:32 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2019-08-27 08:40:32 +0200 |
commit | ec5d4ff096590cb12b579169ba561b37c82fe0cf (patch) | |
tree | f49324290cbcdb8bcdf6ceb17d1feeb544eb677f /lisp/recentf.el | |
parent | f3f091899e811bfa5d138be95fca7c0a23c7ec84 (diff) | |
download | emacs-ec5d4ff096590cb12b579169ba561b37c82fe0cf.tar.gz emacs-ec5d4ff096590cb12b579169ba561b37c82fe0cf.tar.bz2 emacs-ec5d4ff096590cb12b579169ba561b37c82fe0cf.zip |
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.el | 3 |
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) |