Mercurial > emacs
changeset 58942:1d2e96b9ab80
(mode-line-buffer-identification-keymap):
Don't cancel the mode-line's usual down-mouse-1 binding.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 13 Dec 2004 19:41:34 +0000 |
parents | a7271df99c36 |
children | 30845c637a6a |
files | lisp/bindings.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/bindings.el Mon Dec 13 19:40:25 2004 +0000 +++ b/lisp/bindings.el Mon Dec 13 19:41:34 2004 +0000 @@ -448,7 +448,6 @@ (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)