# HG changeset patch # User Matthew Swift # Date 1046398159 0 # Node ID bc05ebcc75dce32b131239aac9cad6f5af27c343 # Parent 61e5acd099fcee644aef0a213ed988b10fc16f05 *** empty log message *** diff -r 61e5acd099fc -r bc05ebcc75dc lisp/ChangeLog --- a/lisp/ChangeLog Thu Feb 27 19:25:12 2003 +0000 +++ b/lisp/ChangeLog Fri Feb 28 02:09:19 2003 +0000 @@ -1,3 +1,15 @@ +2003-02-26 Matt Swift + + * startup.el: Streamline code in several functions for efficiency + and readability. Rephrase booleans to avoid `(not noninteractive)'. + Clarify several booleans expressions using De Morgan's laws. + + (command-line): Fix barf when first command-line option handled by + `command-line-1' is in the form --OPT=VAL. + (command-line-1): Restore intended behavior of the --directory/-L + command-line option: "-L a -L b -L c" on the command-line now puts + '(a b c) at the front of `load-path'. + 2003-02-26 Oliver Scholz * play/gamegrid.el (gamegrid-add-score): Add info to docstring.