diff options
| author | Richard M. Stallman | 1998-06-06 22:04:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-06-06 22:04:07 +0000 |
| commit | 9cc4fad570353aafafdcaffe457b51d2a04f709f (patch) | |
| tree | 0ebb82fbced8aaa571e6bb449b8fd40d50b0617c /src/callproc.c | |
| parent | 7e95234e31ef8a0e7b36859adf00c44311c219a4 (diff) | |
| download | emacs-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.c | 2 |
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; |