(electric-buffer-menu-mode-map): Don't wipe out all Meta keys.
This commit is contained in:
parent
9e0b2b081e
commit
9be969d72c
1 changed files with 2 additions and 3 deletions
|
@ -159,10 +159,9 @@ electric-buffer-menu-mode-hook if it is non-nil."
|
|||
(put 'Electric-buffer-menu-undefined 'suppress-keymap t)
|
||||
(if electric-buffer-menu-mode-map
|
||||
nil
|
||||
(let ((map (make-keymap)) (submap (make-keymap)))
|
||||
(let ((map (make-keymap)))
|
||||
(fillarray (car (cdr map)) 'Electric-buffer-menu-undefined)
|
||||
(define-key map "\e" submap)
|
||||
(fillarray (car (cdr submap)) 'Electric-buffer-menu-undefined)
|
||||
(define-key map "\e" nil)
|
||||
(define-key map "\C-z" 'suspend-emacs)
|
||||
(define-key map "v" 'Electric-buffer-menu-mode-view-buffer)
|
||||
(define-key map (char-to-string help-char) 'Helper-help)
|
||||
|
|
Loading…
Add table
Reference in a new issue