# HG changeset patch # User John Wiegley # Date 1117498431 0 # Node ID 6c8a535adaf3337a0d9ac2b7ee1408d06feaaa9a # Parent 469445515ff8ae3eae72525efb04bd54a3c5e414 *** empty log message *** diff -r 469445515ff8 -r 6c8a535adaf3 lisp/ChangeLog --- 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 + + * 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 * calc/calc.el (calc-bug-address): Fix docstring.