projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3832e53
)
Tag shortcut commands for recentf-dialog-mode
author
Stefan Kangas
<stefan@marxist.se>
Thu, 23 Jun 2022 11:41:07 +0000
(13:41 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Thu, 23 Jun 2022 11:41:07 +0000
(13:41 +0200)
* lisp/recentf.el (recentf--shortcuts-keymap): Add interactive mode
tags for 'recentf-dialog-mode' specific commands.
lisp/recentf.el
patch
|
blob
|
history
diff --git
a/lisp/recentf.el
b/lisp/recentf.el
index b31aafc9dc9fcd541f8c3ea9e4333ae1bb6c91fe..7ddf1efb9fcfd7a63af31e8ae266459cf8665c2f 100644
(file)
--- a/
lisp/recentf.el
+++ b/
lisp/recentf.el
@@
-478,7
+478,7
@@
See also the command `recentf-open-most-recent-file'."
;; Define a shortcut command.
(defalias cmd
`(lambda ()
- (interactive)
+ (interactive
nil recentf-dialog-mode
)
(recentf-open-most-recent-file ,k)))
;; Bind it to a digit key.
(keymap-set km (format "%d" k) cmd)))