From: Stefan Monnier Date: Mon, 30 May 2016 00:32:32 +0000 (-0400) Subject: * lisp/recentf.el (recentf-open-files-item): Quick fix for (bug#22434). X-Git-Tag: emacs-25.0.95~30 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ee28b4c;p=emacs.git * lisp/recentf.el (recentf-open-files-item): Quick fix for (bug#22434). --- diff --git a/lisp/recentf.el b/lisp/recentf.el index df7f3e2e565..6d6ad48ea1f 100644 --- a/lisp/recentf.el +++ b/lisp/recentf.el @@ -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)