mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
(init_callproc): Check Vinstallation_directory even if !initialized.
This commit is contained in:
parent
7e95234e31
commit
9cc4fad570
1 changed files with 1 additions and 1 deletions
|
|
@ -1242,7 +1242,7 @@ init_callproc ()
|
|||
register char * sh;
|
||||
Lisp_Object tempdir;
|
||||
|
||||
if (initialized && !NILP (Vinstallation_directory))
|
||||
if (!NILP (Vinstallation_directory))
|
||||
{
|
||||
/* Add to the path the lib-src subdir of the installation dir. */
|
||||
Lisp_Object tem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue