/[emacs]/emacs/lisp/cus-edit.el
ViewVC logotype

Diff of /emacs/lisp/cus-edit.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.227 by teirllm, Thu Jul 7 23:19:43 2005 UTC revision 1.228 by jurta, Tue Jul 19 11:21:30 2005 UTC
# Line 4228  The format is suitable for use with `eas Line 4228  The format is suitable for use with `eas
4228      (suppress-keymap map)      (suppress-keymap map)
4229      (define-key map " " 'scroll-up)      (define-key map " " 'scroll-up)
4230      (define-key map "\177" 'scroll-down)      (define-key map "\177" 'scroll-down)
4231        (define-key map "\C-c\C-c" 'Custom-set)
4232      (define-key map "\C-x\C-s" 'Custom-save)      (define-key map "\C-x\C-s" 'Custom-save)
4233      (define-key map "q" 'Custom-buffer-done)      (define-key map "q" 'Custom-buffer-done)
4234      (define-key map "u" 'Custom-goto-parent)      (define-key map "u" 'Custom-goto-parent)
# Line 4257  The format is suitable for use with `eas Line 4258  The format is suitable for use with `eas
4258      ["Reset to Current" Custom-reset-current t]      ["Reset to Current" Custom-reset-current t]
4259      ["Reset to Saved" Custom-reset-saved t]      ["Reset to Saved" Custom-reset-saved t]
4260      ["Reset to Standard Settings" Custom-reset-standard t]      ["Reset to Standard Settings" Custom-reset-standard t]
4261      ["Info" (Info-goto-node "(emacs)Easy Customization") t]))      ["Info" (info "(emacs)Easy Customization") t]))
4262    
4263  (defun Custom-goto-parent ()  (defun Custom-goto-parent ()
4264    "Go to the parent group listed at the top of this buffer.    "Go to the parent group listed at the top of this buffer.

Legend:
Removed from v.1.227  
changed lines
  Added in v.1.228

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26