diff options
| -rw-r--r-- | lisp/recentf.el | 3 |
1 files changed, 0 insertions, 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." | |||
| 1184 | :format "%[%t\n%]" | 1184 | :format "%[%t\n%]" |
| 1185 | :help-echo ,(concat "Open " (cdr menu-element)) | 1185 | :help-echo ,(concat "Open " (cdr menu-element)) |
| 1186 | :action recentf-open-files-action | 1186 | :action recentf-open-files-action |
| 1187 | ;; Override the (problematic) follow-link property of the | ||
| 1188 | ;; `link' widget (bug#22434). | ||
| 1189 | :follow-link nil | ||
| 1190 | ,(cdr menu-element)))) | 1187 | ,(cdr menu-element)))) |
| 1191 | 1188 | ||
| 1192 | (defun recentf-open-files-items (files) | 1189 | (defun recentf-open-files-items (files) |