From 98a4f24b0bc85c5bc3f749a13b51b8de35720c2f Mon Sep 17 00:00:00 2001 From: Mauro Aranda Date: Sun, 25 Aug 2019 11:37:16 -0300 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. --- lisp/recentf.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/lisp/recentf.el b/lisp/recentf.el index 4112b44..2720286 100644 --- a/lisp/recentf.el +++ b/lisp/recentf.el @@ -1184,9 +1184,6 @@ recentf-open-files-item :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.7.4