]> git.eshelyaron.com Git - emacs.git/commit
* startup.el: Streamline code in several functions and use a more
authorMatthew Swift <swift@alum.mit.edu>
Wed, 26 Feb 2003 10:59:58 +0000 (10:59 +0000)
committerMatthew Swift <swift@alum.mit.edu>
Wed, 26 Feb 2003 10:59:58 +0000 (10:59 +0000)
commitbca8c7be06fe0f6143a8e17d589760715386e4cc
tree81e77bb40cf1d9aa1a650c0fa4cf2a6ed0787b5a
parentf9d56d59976d420ff924f52f557e03ee32570785
* startup.el: Streamline code in several functions and use a more
consistent idiom within the file, for ease of reading and
maintenance.  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'.
lisp/startup.el