]> git.eshelyaron.com Git - emacs.git/commitdiff
Put mouse-set-font on C-down-mouse-1.
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 Oct 1994 10:41:03 +0000 (10:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 Oct 1994 10:41:03 +0000 (10:41 +0000)
Don't bind C-down-mouse-2.

lisp/mouse.el

index ea572c2166383e09449968494c05d96b9c595138..96aa3db85bda890d3dc16b4d23284e7a616b76d3 100644 (file)
@@ -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)