emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master ec5d4ff 2/3: Adapt recentf.el to the change in the


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master ec5d4ff 2/3: Adapt recentf.el to the change in the Widget Library
Date: Tue, 27 Aug 2019 02:41:55 -0400 (EDT)

branch: master
commit ec5d4ff096590cb12b579169ba561b37c82fe0cf
Author: Mauro Aranda <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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 4112b44..2720286 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]