]> git.eshelyaron.com Git - emacs.git/commit
Add new switch --init-directory
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 27 Jan 2022 22:38:13 +0000 (23:38 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 27 Jan 2022 22:38:13 +0000 (23:38 +0100)
commit8eaf04de83fd967c2ab69a4c1dfe44a6a10aa912
treed73d7ea96afc03572e51c80c0738e3a7e5ea2899
parent53ebc1fa21f068862753de6cb6a8eb4ad71d8a40
Add new switch --init-directory

* doc/emacs/cmdargs.texi (Initial Options): Mention it.
* lisp/startup.el (normal-top-level): Move the eln init to after
we've processed the command line arguments.
(command-line): Interpret the --init-directory switch.

* src/emacs.c (standard_args): Add.
doc/emacs/cmdargs.texi
doc/lispref/os.texi
etc/NEWS
lisp/startup.el
src/emacs.c