changeset 68912:13d48b135711

* cus-theme.el (custom-new-theme-mode-map): Remove mouse-1 binding.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 15 Feb 2006 02:42:10 +0000
parents f484ff9069d6
children 08407ff48591
files lisp/ChangeLog lisp/cus-theme.el
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Feb 15 02:41:02 2006 +0000
+++ b/lisp/ChangeLog	Wed Feb 15 02:42:10 2006 +0000
@@ -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.
 
--- a/lisp/cus-theme.el	Wed Feb 15 02:41:02 2006 +0000
+++ b/lisp/cus-theme.el	Wed Feb 15 02:42:10 2006 +0000
@@ -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'.")