summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-12-13 19:41:34 +0000
committerRichard M. Stallman <rms@gnu.org>2004-12-13 19:41:34 +0000
commitca0eea298f2ae9a1acaf24cf6dd690bd636ceadc (patch)
tree26862514f6d65ececb560524a8006c142a6e746f /lisp
parentb9afd6dd84b59e8839827f8fa8aa15d199d8e948 (diff)
downloademacs-ca0eea298f2ae9a1acaf24cf6dd690bd636ceadc.tar.gz
emacs-ca0eea298f2ae9a1acaf24cf6dd690bd636ceadc.tar.bz2
emacs-ca0eea298f2ae9a1acaf24cf6dd690bd636ceadc.zip
(mode-line-buffer-identification-keymap):
Don't cancel the mode-line's usual down-mouse-1 binding.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/bindings.el1
1 files changed, 0 insertions, 1 deletions
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)