(mode-line-buffer-identification-keymap):
Don't cancel the mode-line's usual down-mouse-1 binding.
This commit is contained in:
parent
b9afd6dd84
commit
ca0eea298f
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue