diff lisp/ChangeLog @ 80177:8de8dd7c8cb4

(dired-mark-prompt): Don't count/display the t element. Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 22 Feb 2008 18:47:26 +0000
parents 0a655e2d1d8c
children f08bf94dad9e
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Feb 22 01:28:08 2008 +0000
+++ b/lisp/ChangeLog	Fri Feb 22 18:47:26 2008 +0000
@@ -1,3 +1,8 @@
+2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* dired.el (dired-mark-prompt): Don't count/display the t element.
+	Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
+
 2008-02-22  Bill Meier <wmeier@newsguy.com>  (tiny change)
 
 	* progmodes/sh-script.el (sh-indent-comment): Docstring fix.