diff options
author | August Feng <au.fengster@gmail.com> | 2022-04-02 16:01:43 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-04-02 16:01:43 +0200 |
commit | 6dc4e3b95ca9589f24530979cdc83ea346d1ca45 (patch) | |
tree | 8dab2d4dad3e462892105bce2490422581c59d65 /lisp/bookmark.el | |
parent | ec464789dfc5179c72e6929ea99a72f508c562b6 (diff) | |
download | emacs-6dc4e3b95ca9589f24530979cdc83ea346d1ca45.tar.gz |
Add S-SPC key sequence to bookmark-bmenu-mode-map
* lisp/bookmark.el (bookmark-bmenu-mode-map): Add an S-SPC binding
for symmetry (bug#54672).
Copyright-paperwork-exempt: yes
Diffstat (limited to 'lisp/bookmark.el')
-rw-r--r-- | lisp/bookmark.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/bookmark.el b/lisp/bookmark.el index e3baa7607d2..31876c83a2f 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -1732,6 +1732,7 @@ unique numeric suffixes \"<2>\", \"<3>\", etc." "x" #'bookmark-bmenu-execute-deletions "d" #'bookmark-bmenu-delete "D" #'bookmark-bmenu-delete-all + "S-SPC" #'previous-line "SPC" #'next-line "DEL" #'bookmark-bmenu-backup-unmark "u" #'bookmark-bmenu-unmark |