Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 1447:a939d086aa0f
[xemacs-hg @ 2003-05-02 22:51:04 by youngs]
2003-05-03 Steve Youngs <youngs@xemacs.org>
* package-admin.el (package-admin-find-top-directory): You can't
concat a string & a char, so convert 'directory-sep-char' to a string.
author | youngs |
---|---|
date | Fri, 02 May 2003 22:51:04 +0000 |
parents | 0117860e01eb |
children | 0b318c558de8 |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri May 02 21:52:24 2003 +0000 +++ b/lisp/ChangeLog Fri May 02 22:51:04 2003 +0000 @@ -1,3 +1,8 @@ +2003-05-03 Steve Youngs <youngs@xemacs.org> + + * package-admin.el (package-admin-find-top-directory): You can't + concat a string & a char, so convert 'directory-sep-char' to a string. + 2003-05-02 Stephen J. Turnbull <stephen@xemacs.org> * cmdloop.el (command-error): Ensure exit msg is on separate line.