1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* cus-theme.el (custom-new-theme-mode-map): Remove mouse-1

binding.
This commit is contained in:
Chong Yidong 2006-02-15 02:42:10 +00:00
parent bb55f90e4a
commit 50be33f562
2 changed files with 3 additions and 1 deletions

View 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.

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