* lisp/recentf.el (recentf-dialog-mode-map): Remove follow-link (bug#22434)
This commit is contained in:
parent
0992ec3b0b
commit
25c4a30692
1 changed files with 0 additions and 1 deletions
|
@ -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.")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue