Mercurial > emacs
changeset 101944:c1fe31abc35f
* dired-aux.el (dired-add-entry): Avoid munging long-form Dired
switches (Bug#2261).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 11 Feb 2009 14:46:05 +0000 |
parents | 97c9e9322753 |
children | 2ee2b248bc62 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Feb 11 09:45:12 2009 +0000 +++ b/lisp/ChangeLog Wed Feb 11 14:46:05 2009 +0000 @@ -1,7 +1,12 @@ +2009-02-11 Chong Yidong <cyd@stupidchicken.com> + + * dired-aux.el (dired-add-entry): Avoid munging long-form Dired + switches (Bug#2261). + 2009-02-11 Juanma Barranquero <lekktu@gmail.com> - * server.el (server-with-environment): - Don't fail for negative entries in ENV. + * server.el (server-with-environment): Don't fail for negative + entries in ENV. 2009-02-11 Dan Nicolaescu <dann@ics.uci.edu>