Mercurial > emacs
changeset 64494:ca001bc998df
(custom-mode-map): Bind `C-c C-c' to `Custom-set'.
(Custom-mode-menu): Use `info' instead of `Info-goto-node'.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 19 Jul 2005 11:21:30 +0000 |
parents | f7a51b4ea78b |
children | 524cffc1c27d |
files | lisp/cus-edit.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-edit.el Tue Jul 19 11:19:44 2005 +0000 +++ b/lisp/cus-edit.el Tue Jul 19 11:21:30 2005 +0000 @@ -4228,6 +4228,7 @@ (suppress-keymap map) (define-key map " " 'scroll-up) (define-key map "\177" 'scroll-down) + (define-key map "\C-c\C-c" 'Custom-set) (define-key map "\C-x\C-s" 'Custom-save) (define-key map "q" 'Custom-buffer-done) (define-key map "u" 'Custom-goto-parent) @@ -4257,7 +4258,7 @@ ["Reset to Current" Custom-reset-current t] ["Reset to Saved" Custom-reset-saved t] ["Reset to Standard Settings" Custom-reset-standard t] - ["Info" (Info-goto-node "(emacs)Easy Customization") t])) + ["Info" (info "(emacs)Easy Customization") t])) (defun Custom-goto-parent () "Go to the parent group listed at the top of this buffer.