]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorMatthew Swift <swift@alum.mit.edu>
Fri, 28 Feb 2003 02:09:19 +0000 (02:09 +0000)
committerMatthew Swift <swift@alum.mit.edu>
Fri, 28 Feb 2003 02:09:19 +0000 (02:09 +0000)
lisp/ChangeLog

index 4ec81666d0c1bec9a0bb462065d5c9fdecf0c3a2..146d3eecd7d8648caf87933f27918d886e1b717c 100644 (file)
@@ -1,3 +1,15 @@
+2003-02-26  Matt Swift  <swift@alum.mit.edu>
+       
+       * 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  <alkibiades@gmx.de>
 
        * play/gamegrid.el (gamegrid-add-score): Add info to docstring.