projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19274e0
)
(custom-mode-map): Bind n and p.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 4 Jul 1997 19:43:04 +0000
(19:43 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 4 Jul 1997 19:43:04 +0000
(19:43 +0000)
lisp/cus-edit.el
patch
|
blob
|
history
diff --git
a/lisp/cus-edit.el
b/lisp/cus-edit.el
index ffda558c486b5c8a73b49606d8e601476e934f09..a696c471e8f65892d38e9a5f7c8efa0c450788f7 100644
(file)
--- a/
lisp/cus-edit.el
+++ b/
lisp/cus-edit.el
@@
-3133,6
+3133,8
@@
The format is suitable for use with `easy-menu-define'."
(define-key custom-mode-map "\177" 'scroll-down)
(define-key custom-mode-map "q" 'bury-buffer)
(define-key custom-mode-map "u" 'Custom-goto-parent)
+ (define-key custom-mode-map "n" 'widget-forward)
+ (define-key custom-mode-map "p" 'widget-backward)
(define-key custom-mode-map [mouse-1] 'Custom-move-and-invoke))
(defun Custom-move-and-invoke (event)