Mercurial > emacs
changeset 22373:cb8484085daf
(init_callproc): Check Vinstallation_directory even if !initialized.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 06 Jun 1998 22:04:07 +0000 |
parents | ffea5f2dd01b |
children | aaa851980d1e |
files | src/callproc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/callproc.c Sat Jun 06 21:59:21 1998 +0000 +++ b/src/callproc.c Sat Jun 06 22:04:07 1998 +0000 @@ -1242,7 +1242,7 @@ 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;