mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(bookmark-bmenu-mode-map): Bind RET like f.
This commit is contained in:
parent
72af98670a
commit
74002bdf23
2 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
|
||||
|
||||
* bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
|
||||
|
||||
* dired-aux.el (dired-insert-subdir): Add autoload cookie.
|
||||
|
||||
1999-12-07 Dave Love <fx@gnu.org>
|
||||
|
|
|
|||
|
|
@ -1486,6 +1486,7 @@ method buffers use to resolve name collisions."
|
|||
(define-key bookmark-bmenu-mode-map "j" 'bookmark-bmenu-this-window)
|
||||
(define-key bookmark-bmenu-mode-map "\C-c\C-c" 'bookmark-bmenu-this-window)
|
||||
(define-key bookmark-bmenu-mode-map "f" 'bookmark-bmenu-this-window)
|
||||
(define-key bookmark-bmenu-mode-map "\C-m" 'bookmark-bmenu-this-window)
|
||||
(define-key bookmark-bmenu-mode-map "o" 'bookmark-bmenu-other-window)
|
||||
(define-key bookmark-bmenu-mode-map "\C-o"
|
||||
'bookmark-bmenu-switch-other-window)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue