# HG changeset patch # User Juri Linkov # Date 1121772090 0 # Node ID ca001bc998df3353eceb3c4bf671eb627e67d64f # Parent f7a51b4ea78b84b87ce4cc96007ae673c357da63 (custom-mode-map): Bind `C-c C-c' to `Custom-set'. (Custom-mode-menu): Use `info' instead of `Info-goto-node'. diff -r f7a51b4ea78b -r ca001bc998df lisp/cus-edit.el --- 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.