# HG changeset patch # User Richard M. Stallman # Date 897170647 0 # Node ID cb8484085daf6fb6420df47033c56898e7a315ec # Parent ffea5f2dd01b2437db75d2cf98c03b61d977d546 (init_callproc): Check Vinstallation_directory even if !initialized. diff -r ffea5f2dd01b -r cb8484085daf src/callproc.c --- 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;