]> git.eshelyaron.com Git - emacs.git/commitdiff
* cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
authorChong Yidong <cyd@stupidchicken.com>
Wed, 15 Feb 2006 02:42:10 +0000 (02:42 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 15 Feb 2006 02:42:10 +0000 (02:42 +0000)
binding.

lisp/ChangeLog
lisp/cus-theme.el

index 438907164b8747d4a05a35a540b8bf407b5a7336..724e47000d1159370a66bb6e4cedd45612363212 100644 (file)
@@ -5,6 +5,9 @@
 
        * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
 
+       * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
+       binding.
+
        * files.el (hack-local-variables-confirm): Allow scrolling if the
        file variable list is too long.  Kill temp buffer after use.
 
index 3a89c6a664e80a7398a72a4d13d447fadb0c0f76..53f530505ae3fd5a18a31468004095cbd85d4176 100644 (file)
@@ -38,7 +38,6 @@
     (suppress-keymap map)
     (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-new-theme-mode'.")