diff options
| author | August Feng | 2022-04-02 16:01:43 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-04-02 16:01:43 +0200 |
| commit | 6dc4e3b95ca9589f24530979cdc83ea346d1ca45 (patch) | |
| tree | 8dab2d4dad3e462892105bce2490422581c59d65 | |
| parent | ec464789dfc5179c72e6929ea99a72f508c562b6 (diff) | |
| download | emacs-6dc4e3b95ca9589f24530979cdc83ea346d1ca45.tar.gz emacs-6dc4e3b95ca9589f24530979cdc83ea346d1ca45.zip | |
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
| -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." | |||
| 1732 | "x" #'bookmark-bmenu-execute-deletions | 1732 | "x" #'bookmark-bmenu-execute-deletions |
| 1733 | "d" #'bookmark-bmenu-delete | 1733 | "d" #'bookmark-bmenu-delete |
| 1734 | "D" #'bookmark-bmenu-delete-all | 1734 | "D" #'bookmark-bmenu-delete-all |
| 1735 | "S-SPC" #'previous-line | ||
| 1735 | "SPC" #'next-line | 1736 | "SPC" #'next-line |
| 1736 | "DEL" #'bookmark-bmenu-backup-unmark | 1737 | "DEL" #'bookmark-bmenu-backup-unmark |
| 1737 | "u" #'bookmark-bmenu-unmark | 1738 | "u" #'bookmark-bmenu-unmark |