]> code.delx.au - gnu-emacs/commitdiff
(init_callproc): Check Vinstallation_directory even if !initialized.
authorRichard M. Stallman <rms@gnu.org>
Sat, 6 Jun 1998 22:04:07 +0000 (22:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 6 Jun 1998 22:04:07 +0000 (22:04 +0000)
src/callproc.c

index 4cd7dcfeda10b66ec79a24b91b52a5fe72c12e20..a49da6dde3c0a40ae11d3ed14200ad79c76382f8 100644 (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;