mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(custom-mode-map): Add key binding C-x C-s' to Custom-save'.
This commit is contained in:
parent
b1227a169f
commit
3adff3ce7d
1 changed files with 1 additions and 0 deletions
|
|
@ -4023,6 +4023,7 @@ The format is suitable for use with `easy-menu-define'."
|
|||
(suppress-keymap custom-mode-map)
|
||||
(define-key custom-mode-map " " 'scroll-up)
|
||||
(define-key custom-mode-map "\177" 'scroll-down)
|
||||
(define-key custom-mode-map "\C-x\C-s" 'Custom-save)
|
||||
(define-key custom-mode-map "q" 'Custom-buffer-done)
|
||||
(define-key custom-mode-map "u" 'Custom-goto-parent)
|
||||
(define-key custom-mode-map "n" 'widget-forward)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue