comparison src/callproc.c @ 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 aed8bb8b8837
children 4ec5c343db1f
comparison
equal deleted inserted replaced
22372:ffea5f2dd01b 22373:cb8484085daf
1240 char *data_dir = egetenv ("EMACSDATA"); 1240 char *data_dir = egetenv ("EMACSDATA");
1241 1241
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;
1249 tem = Fexpand_file_name (build_string ("lib-src"), 1249 tem = Fexpand_file_name (build_string ("lib-src"),
1250 Vinstallation_directory); 1250 Vinstallation_directory);