]> git.eshelyaron.com Git - emacs.git/commitdiff
(mode-line-buffer-identification-keymap):
authorRichard M. Stallman <rms@gnu.org>
Mon, 13 Dec 2004 19:41:34 +0000 (19:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 13 Dec 2004 19:41:34 +0000 (19:41 +0000)
Don't cancel the mode-line's usual down-mouse-1 binding.

lisp/bindings.el

index c9415305e8b7f392cd7e1383d0e77b2b65bfd943..a29f320a69f6ff93b4d25f33f805f7597188e3f1 100644 (file)
@@ -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)