comparison src/user-prefs.cc @ 1121:46619c5ca048

[project @ 1995-02-17 15:45:07 by jwe]
author jwe
date Fri, 17 Feb 1995 15:45:26 +0000
parents 0e2974c1cc37
children b6360f2d4fa6
comparison
equal deleted inserted replaced
1120:3508c2ef142c 1121:46619c5ca048
702 702
703 char *s = builtin_string_variable ("LOADPATH"); 703 char *s = builtin_string_variable ("LOADPATH");
704 if (s) 704 if (s)
705 { 705 {
706 delete [] user_pref.loadpath; 706 delete [] user_pref.loadpath;
707 user_pref.loadpath = s; 707 user_pref.loadpath = maybe_add_default_load_path (s);
708 } 708 }
709 else 709 else
710 { 710 {
711 warning ("invalid value specified for LOADPATH"); 711 warning ("invalid value specified for LOADPATH");
712 status = -1; 712 status = -1;