]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-mode-map): Bind `C-c C-c' to `Custom-set'.
authorJuri Linkov <juri@jurta.org>
Tue, 19 Jul 2005 11:21:30 +0000 (11:21 +0000)
committerJuri Linkov <juri@jurta.org>
Tue, 19 Jul 2005 11:21:30 +0000 (11:21 +0000)
(Custom-mode-menu): Use `info' instead of `Info-goto-node'.

lisp/cus-edit.el

index 5c3ff9448c0af8ef56f06e4102e7aac5a3ca9736..4a3088e6f121185d48c1c50603ae1f4d63e71b65 100644 (file)
@@ -4228,6 +4228,7 @@ The format is suitable for use with `easy-menu-define'."
     (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 @@ The format is suitable for use with `easy-menu-define'."
     ["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.