]> git.eshelyaron.com Git - emacs.git/commit
Fix use of "-l" on command line after installation.
authorKen Raeburn <raeburn@raeburn.org>
Wed, 14 Jun 2017 01:28:07 +0000 (21:28 -0400)
committerKen Raeburn <raeburn@raeburn.org>
Mon, 31 Jul 2017 05:05:15 +0000 (01:05 -0400)
commitde4505145df3dda8816263a2547588daeab28fea
treea4cb7ea6eb9245640dd1d459a409fb5c8fb8ce1e
parent7764bd73c587296ac18a589d5eae310a7b5dfe41
Fix use of "-l" on command line after installation.

The use of "-l" shouldn't override the loading of dumped.elc for
users.  When we need to suppress the use of dumped.elc in the build
process, do so explicitly.

* src/emacs.c (main): Let the loading of dumped.elc override the
loading of a module specified with "-l".
* src/Makefile.in (emacs$(EXEEXT)): Pass --no-loadup when running
temacs.
(bootstrap-emacs$(EXEEXT)): Likewise.
src/Makefile.in
src/emacs.c