diff options
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'.") |