(mode-line-buffer-identification-keymap): Remove duplicate line.

This commit is contained in:
Stefan Monnier 2006-09-14 15:33:19 +00:00
parent bf8b0f8b81
commit b14f0dc311
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
* bindings.el (mode-line-buffer-identification-keymap):
Remove duplicate line.
2006-09-14 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org>
* ido.el (ido-ignore-item-p): Allow any kind of functions in
@ -21,7 +26,8 @@
2006-09-13 Richard Stallman <rms@gnu.org>
* thingatpt.el (thing-at-point-bounds-of-url-at-point): Delete spurious backquote.
* thingatpt.el (thing-at-point-bounds-of-url-at-point):
Delete spurious backquote.
2006-09-07 Ryan Yeske <rcyeske@gmail.com>

View file

@ -346,7 +346,6 @@ Keymap to display on minor modes.")
(define-key map [mode-line mouse-1] 'mode-line-previous-buffer)
(define-key map [header-line down-mouse-1] 'ignore)
(define-key map [header-line mouse-1] 'mode-line-previous-buffer)
(define-key map [header-line down-mouse-3] 'ignore)
(define-key map [mode-line mouse-3] 'mode-line-next-buffer)
(define-key map [header-line down-mouse-3] 'ignore)
(define-key map [header-line mouse-3] 'mode-line-next-buffer)