diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2006-02-15 02:42:10 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2006-02-15 02:42:10 +0000 |
commit | 50be33f562fc92ad2663d5e13ca3ec92d65c2c48 (patch) | |
tree | 8925e79e697756c280b9c0076fe4d08b42d7b4fd /lisp/cus-theme.el | |
parent | bb55f90e4acf87076d743298ecb64eabb1b39993 (diff) | |
download | emacs-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.el | 1 |
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'.") |