(mode-line-buffer-identification-keymap): Remove duplicate line.
This commit is contained in:
parent
bf8b0f8b81
commit
b14f0dc311
2 changed files with 7 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue