mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
Put mouse-set-font on C-down-mouse-1.
Don't bind C-down-mouse-2.
This commit is contained in:
parent
4d337390ed
commit
eef805d7ea
1 changed files with 2 additions and 2 deletions
|
|
@ -1492,8 +1492,8 @@ and selects that window."
|
|||
|
||||
;; By binding these to down-going events, we let the user use the up-going
|
||||
;; event to make the selection, saving a click.
|
||||
(global-set-key [C-down-mouse-1] 'mouse-buffer-menu)
|
||||
(global-set-key [C-down-mouse-2] 'mouse-set-font)
|
||||
(global-set-key [C-down-mouse-1] 'mouse-set-font)
|
||||
;; C-down-mouse-2 is bound in facemenu.el.
|
||||
(global-set-key [C-down-mouse-3] 'mouse-major-mode-menu)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue