]> git.eshelyaron.com Git - emacs.git/commitdiff
Adapt recentf.el to the change in the Widget Library
authorMauro Aranda <maurooaranda@gmail.com>
Tue, 27 Aug 2019 06:40:32 +0000 (08:40 +0200)
committerLars 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

index 4112b44e4843a806cba569167d0892c833a66d3d..2720286814af44c14c5dc133b7f9fd0d0e111f44 100644 (file)
@@ -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)