Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 1466:88a2f43560bf
[xemacs-hg @ 2003-05-09 01:41:56 by youngs]
2003-05-09 Martin Buchholz <martin@xemacs.org>
* dumper.c (pdump_load): Pdump'ed XEmacs can't find its .dmp file.
Scenario: Prepend ~/bin to PATH; then `mkdir ~/bin/xemacs'
Result: "temacs can only be run in -batch mode."
Fix: Check xemacs executable candidate for directory-ness.
author | youngs |
---|---|
date | Fri, 09 May 2003 01:41:56 +0000 |
parents | df0effd42264 |
children | e5da225ea2ca |
line wrap: on
line diff
--- a/src/ChangeLog Thu May 08 21:52:32 2003 +0000 +++ b/src/ChangeLog Fri May 09 01:41:56 2003 +0000 @@ -1,3 +1,10 @@ +2003-05-09 Martin Buchholz <martin@xemacs.org> + + * dumper.c (pdump_load): Pdump'ed XEmacs can't find its .dmp file. + Scenario: Prepend ~/bin to PATH; then `mkdir ~/bin/xemacs' + Result: "temacs can only be run in -batch mode." + Fix: Check xemacs executable candidate for directory-ness. + 2003-05-06 Martin Buchholz <martin@xemacs.org> * database.c: Berkeley DB wants __STDC__ to be defined.