diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-11-11 11:42:22 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-11-11 11:42:22 +0000 |
commit | fd23ef2422d89d5dc5f668296428c04cbdee8f9c (patch) | |
tree | 4a2f405e57df2f85dd9500f76037dca0dd106a98 /lisp/ChangeLog | |
parent | e4524aeec70be959693783555f22801a05405b6a (diff) | |
download | emacs-fd23ef2422d89d5dc5f668296428c04cbdee8f9c.tar.gz |
(dired-show-file-type): Format filename with "%s" to escape any format-like
sequences it could contain.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4657e2b87a5..d3923e77630 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-11-11 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr> (tiny change) + + * dired-aux.el (dired-show-file-type): Format filename with "%s" to + escape any format-like sequences it could contain. + 2002-11-03 Andre Spiegel <spiegel@gnu.org> * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to its |