aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2006-09-14 15:33:19 +0000
committerStefan Monnier2006-09-14 15:33:19 +0000
commitb14f0dc311082071197c3685d6f4b4e9c0955ab2 (patch)
tree9566310c021ca9e3b0fa158b67354e7bef89824f
parentbf8b0f8b81c11974a287c0cc4a7cbd8b1cfcdb32 (diff)
downloademacs-b14f0dc311082071197c3685d6f4b4e9c0955ab2.tar.gz
emacs-b14f0dc311082071197c3685d6f4b4e9c0955ab2.zip
(mode-line-buffer-identification-keymap): Remove duplicate line.
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lisp/bindings.el1
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e9415d745bd..e2aca88e681 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * bindings.el (mode-line-buffer-identification-keymap):
4 Remove duplicate line.
5
12006-09-14 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 62006-09-14 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org>
2 7
3 * ido.el (ido-ignore-item-p): Allow any kind of functions in 8 * ido.el (ido-ignore-item-p): Allow any kind of functions in
@@ -21,7 +26,8 @@
21 26
222006-09-13 Richard Stallman <rms@gnu.org> 272006-09-13 Richard Stallman <rms@gnu.org>
23 28
24 * thingatpt.el (thing-at-point-bounds-of-url-at-point): Delete spurious backquote. 29 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
30 Delete spurious backquote.
25 31
262006-09-07 Ryan Yeske <rcyeske@gmail.com> 322006-09-07 Ryan Yeske <rcyeske@gmail.com>
27 33
diff --git a/lisp/bindings.el b/lisp/bindings.el
index 4100a4d0df4..bf0323cdf20 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -346,7 +346,6 @@ Keymap to display on minor modes.")
346 (define-key map [mode-line mouse-1] 'mode-line-previous-buffer) 346 (define-key map [mode-line mouse-1] 'mode-line-previous-buffer)
347 (define-key map [header-line down-mouse-1] 'ignore) 347 (define-key map [header-line down-mouse-1] 'ignore)
348 (define-key map [header-line mouse-1] 'mode-line-previous-buffer) 348 (define-key map [header-line mouse-1] 'mode-line-previous-buffer)
349 (define-key map [header-line down-mouse-3] 'ignore)
350 (define-key map [mode-line mouse-3] 'mode-line-next-buffer) 349 (define-key map [mode-line mouse-3] 'mode-line-next-buffer)
351 (define-key map [header-line down-mouse-3] 'ignore) 350 (define-key map [header-line down-mouse-3] 'ignore)
352 (define-key map [header-line mouse-3] 'mode-line-next-buffer) 351 (define-key map [header-line mouse-3] 'mode-line-next-buffer)