changeset 72870:4b8670b297f4

(mode-line-buffer-identification-keymap): Remove duplicate line.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 14 Sep 2006 15:33:19 +0000
parents b283b19ae4cb
children 049d9f3b8267
files lisp/ChangeLog lisp/bindings.el
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Sep 14 14:42:49 2006 +0000
+++ b/lisp/ChangeLog	Thu Sep 14 15:33:19 2006 +0000
@@ -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>
 
--- a/lisp/bindings.el	Thu Sep 14 14:42:49 2006 +0000
+++ b/lisp/bindings.el	Thu Sep 14 15:33:19 2006 +0000
@@ -346,7 +346,6 @@
     (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)