diff lisp/wid-edit.el @ 68911:f484ff9069d6

* wid-edit.el (widget-keymap): Bind down-mouse-1 to widget-button-click. * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 15 Feb 2006 02:41:02 +0000
parents 93b583aac002
children bb4dc0e56e88
line wrap: on
line diff
--- a/lisp/wid-edit.el	Wed Feb 15 02:35:20 2006 +0000
+++ b/lisp/wid-edit.el	Wed Feb 15 02:41:02 2006 +0000
@@ -860,6 +860,7 @@
     (define-key map [(shift tab)] 'advertised-widget-backward)
     (define-key map [backtab] 'widget-backward)
     (define-key map [down-mouse-2] 'widget-button-click)
+    (define-key map [down-mouse-1] 'widget-button-click)
     (define-key map "\C-m" 'widget-button-press)
     map)
   "Keymap containing useful binding for buffers containing widgets.