]> git.eshelyaron.com Git - emacs.git/commit
Fix inhibiting the default.el loading in user init file
authorEli Zaretskii <eliz@gnu.org>
Fri, 8 Jan 2021 07:35:05 +0000 (09:35 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 8 Jan 2021 07:35:05 +0000 (09:35 +0200)
commit74d18957b898e687dcc07ba86559367c8d8ba482
treebc10be17c04a661461e57c5efcaaf869dc1661de
parent5d76288660279c2affa4bed45956efd311eaf53d
Fix inhibiting the default.el loading in user init file

* lisp/startup.el (startup--load-user-init-file): Test the value
of 'inhibit-default-init', not just the LOAD-DEFAULTS argument,
because loading the user's init file could have set the value of
the former.
(command-line): Call 'startup--load-user-init-file' with last arg
t: there's no longer any need to test the value of
'inhibit-default-init' here, as it will be tested by the called
function.  (Bug#45708)
lisp/startup.el