* 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:
parent
16f18d05e5
commit
bb55f90e4a
3 changed files with 7 additions and 1 deletions
|
@ -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'.")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue