comparison 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
comparison
equal deleted inserted replaced
1446:ba33dbcfd77e 1447:a939d086aa0f
1 2003-05-03 Steve Youngs <youngs@xemacs.org>
2
3 * package-admin.el (package-admin-find-top-directory): You can't
4 concat a string & a char, so convert 'directory-sep-char' to a string.
5
1 2003-05-02 Stephen J. Turnbull <stephen@xemacs.org> 6 2003-05-02 Stephen J. Turnbull <stephen@xemacs.org>
2 7
3 * cmdloop.el (command-error): Ensure exit msg is on separate line. 8 * cmdloop.el (command-error): Ensure exit msg is on separate line.
4 9
5 2003-05-01 Steve Youngs <youngs@xemacs.org> 10 2003-05-01 Steve Youngs <youngs@xemacs.org>