From: Richard M. Stallman Date: Mon, 13 Dec 2004 19:41:34 +0000 (+0000) Subject: (mode-line-buffer-identification-keymap): X-Git-Tag: ttn-vms-21-2-B4~3283 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ca0eea298f2ae9a1acaf24cf6dd690bd636ceadc;p=emacs.git (mode-line-buffer-identification-keymap): Don't cancel the mode-line's usual down-mouse-1 binding. --- diff --git a/lisp/bindings.el b/lisp/bindings.el index c9415305e8b..a29f320a69f 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -448,7 +448,6 @@ Menu of mode operations in the mode line.") (let ((map (make-sparse-keymap))) ;; Bind down- events so that the global keymap won't ``shine ;; through''. - (define-key map [mode-line down-mouse-1] 'ignore) (define-key map [mode-line mouse-1] 'mode-line-unbury-buffer) (define-key map [header-line down-mouse-1] 'ignore) (define-key map [header-line mouse-1] 'mode-line-unbury-buffer)