(init_callproc): Check Vinstallation_directory even if !initialized.

This commit is contained in:
Richard M. Stallman 1998-06-06 22:04:07 +00:00
parent 7e95234e31
commit 9cc4fad570

View file

@ -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;