Mercurial > emacs
changeset 62914:6c8a535adaf3
*** empty log message ***
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Tue, 31 May 2005 00:13:51 +0000 |
parents | 469445515ff8 |
children | b89e30bcd2bb |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon May 30 21:08:43 2005 +0000 +++ b/lisp/ChangeLog Tue May 31 00:13:51 2005 +0000 @@ -1,3 +1,11 @@ +2005-05-30 John Wiegley <johnw@newartisans.com> + + * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el, + eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el, + eshell/esh-util.el, eshell/esh-var.el: Changed all uses of + `directory-sep-char' to ?/, and all uses of `string-to-int' to + `string-to-number'. + 2005-05-30 Jay Belanger <belanger@truman.edu> * calc/calc.el (calc-bug-address): Fix docstring.