summaryrefslogtreecommitdiff
path: root/lisp/cus-theme.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2006-02-15 02:42:10 +0000
committerChong Yidong <cyd@stupidchicken.com>2006-02-15 02:42:10 +0000
commit50be33f562fc92ad2663d5e13ca3ec92d65c2c48 (patch)
tree8925e79e697756c280b9c0076fe4d08b42d7b4fd /lisp/cus-theme.el
parentbb55f90e4acf87076d743298ecb64eabb1b39993 (diff)
downloademacs-50be33f562fc92ad2663d5e13ca3ec92d65c2c48.tar.gz
* cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
binding.
Diffstat (limited to 'lisp/cus-theme.el')
-rw-r--r--lisp/cus-theme.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/cus-theme.el b/lisp/cus-theme.el
index 3a89c6a664e..53f530505ae 100644
--- a/lisp/cus-theme.el
+++ b/lisp/cus-theme.el
@@ -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'.")