aboutsummaryrefslogtreecommitdiffstats
path: root/src/callproc.c
diff options
context:
space:
mode:
authorRichard M. Stallman1998-06-06 22:04:07 +0000
committerRichard M. Stallman1998-06-06 22:04:07 +0000
commit9cc4fad570353aafafdcaffe457b51d2a04f709f (patch)
tree0ebb82fbced8aaa571e6bb449b8fd40d50b0617c /src/callproc.c
parent7e95234e31ef8a0e7b36859adf00c44311c219a4 (diff)
downloademacs-9cc4fad570353aafafdcaffe457b51d2a04f709f.tar.gz
emacs-9cc4fad570353aafafdcaffe457b51d2a04f709f.zip
(init_callproc): Check Vinstallation_directory even if !initialized.
Diffstat (limited to 'src/callproc.c')
-rw-r--r--src/callproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callproc.c b/src/callproc.c
index 4cd7dcfeda1..a49da6dde3c 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -1242,7 +1242,7 @@ init_callproc ()
1242 register char * sh; 1242 register char * sh;
1243 Lisp_Object tempdir; 1243 Lisp_Object tempdir;
1244 1244
1245 if (initialized && !NILP (Vinstallation_directory)) 1245 if (!NILP (Vinstallation_directory))
1246 { 1246 {
1247 /* Add to the path the lib-src subdir of the installation dir. */ 1247 /* Add to the path the lib-src subdir of the installation dir. */
1248 Lisp_Object tem; 1248 Lisp_Object tem;