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:
parent
bb55f90e4a
commit
50be33f562
2 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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'.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue