comparison src/lread.c @ 2857:21e33c0c844b

[xemacs-hg @ 2005-07-12 23:26:49 by adrian] typo fix.
author adrian
date Tue, 12 Jul 2005 23:26:49 +0000
parents bbc3231c4812
children 84ee3ca77e7f
comparison
equal deleted inserted replaced
2856:93649185a4bc 2857:21e33c0c844b
3245 DEFVAR_BOOL ("load-always-display-messages", 3245 DEFVAR_BOOL ("load-always-display-messages",
3246 &load_always_display_messages /* 3246 &load_always_display_messages /*
3247 *Whether `load' should always display loading messages. 3247 *Whether `load' should always display loading messages.
3248 If this is true, every file loaded will be shown, regardless of the setting 3248 If this is true, every file loaded will be shown, regardless of the setting
3249 of the NOMESSAGE parameter, and even when files are loaded indirectly, e.g. 3249 of the NOMESSAGE parameter, and even when files are loaded indirectly, e.g.
3250 due to `requre'. 3250 due to `require'.
3251 */ ); 3251 */ );
3252 load_always_display_messages = 0; 3252 load_always_display_messages = 0;
3253 3253
3254 DEFVAR_BOOL ("load-show-full-path-in-messages", 3254 DEFVAR_BOOL ("load-show-full-path-in-messages",
3255 &load_show_full_path_in_messages /* 3255 &load_show_full_path_in_messages /*