]> code.delx.au - gnu-emacs/commitdiff
* lisp/recentf.el (recentf-open-files-item): Quick fix for (bug#22434).
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 30 May 2016 00:32:32 +0000 (20:32 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 30 May 2016 00:32:32 +0000 (20:32 -0400)
lisp/recentf.el

index df7f3e2e56525d41a51a7c01cfd832475580c7b2..6d6ad48ea1f843519511eb2cf87aa918c69f2bc4 100644 (file)
@@ -1187,6 +1187,9 @@ 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)