* lisp/recentf.el (recentf-dialog-mode-map): Remove follow-link (bug#22434)

This commit is contained in:
Stefan Monnier 2016-05-30 20:46:24 -04:00
parent 0992ec3b0b
commit 25c4a30692

View file

@ -1064,7 +1064,6 @@ Go to the beginning of buffer if not found."
(define-key km "q" 'recentf-cancel-dialog)
(define-key km "n" 'next-line)
(define-key km "p" 'previous-line)
(define-key km [follow-link] "\C-m")
km)
"Keymap used in recentf dialogs.")