From ec5d4ff096590cb12b579169ba561b37c82fe0cf Mon Sep 17 00:00:00 2001 From: Mauro Aranda Date: Tue, 27 Aug 2019 08:40:32 +0200 Subject: [PATCH] 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). --- lisp/recentf.el | 3 --- 1 file changed, 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) -- 2.39.2