* wid-edit.el (widget-keymap): Bind down-mouse-1 to

widget-button-click.

	* cus-edit.el (custom-mode-map): Remove mouse-1 binding.
This commit is contained in:
Chong Yidong 2006-02-15 02:41:02 +00:00
parent 16f18d05e5
commit bb55f90e4a
3 changed files with 7 additions and 1 deletions

View file

@ -4369,7 +4369,6 @@ The format is suitable for use with `easy-menu-define'."
(define-key map "u" 'Custom-goto-parent)
(define-key map "n" 'widget-forward)
(define-key map "p" 'widget-backward)
(define-key map [mouse-1] 'widget-move-and-invoke)
map)
"Keymap for `custom-mode'.")