From: Mauro Aranda Date: Tue, 27 Aug 2019 06:40:32 +0000 (+0200) Subject: Adapt recentf.el to the change in the Widget Library X-Git-Tag: emacs-27.0.90~1328^2~60 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec5d4ff096590cb12b579169ba561b37c82fe0cf;p=emacs.git 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). --- 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)