diff options
| author | Eli Zaretskii | 2009-01-28 19:02:17 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-01-28 19:02:17 +0000 |
| commit | 40077a525feeed248f54e99d42b57272fed6dc5e (patch) | |
| tree | 6590252e5d1ddf06d2ea58ebc96c3805e02fe95d /lisp/ChangeLog | |
| parent | f213fc091d1a93eb0606786670ae67f89a1129cf (diff) | |
| download | emacs-40077a525feeed248f54e99d42b57272fed6dc5e.tar.gz emacs-40077a525feeed248f54e99d42b57272fed6dc5e.zip | |
(ls-lisp-classify): Propertize file name before concatenating the type
indicating character.
(ls-lisp-format): Don't propertize file-name if ls-lisp-classify already did.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9da3daaebc4..47aaa51deb6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2009-01-28 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * ls-lisp.el (ls-lisp-classify): Propertize file name before | ||
| 4 | concatenating the type indicating character. | ||
| 5 | (ls-lisp-format): Don't propertize file-name only if | ||
| 6 | ls-lisp-classify already did. | ||
| 7 | |||
| 1 | 2009-01-28 Michael Albinus <michael.albinus@gmx.de> | 8 | 2009-01-28 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 9 | ||
| 3 | * net/dbus.el (dbus-event-error-hooks): Fix docstring. Describe | 10 | * net/dbus.el (dbus-event-error-hooks): Fix docstring. Describe |