/[emacs]/emacs/src/fns.c
ViewVC logotype

Diff of /emacs/src/fns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.384 by monnier, Sun Apr 10 19:02:24 2005 UTC revision 1.385 by lute, Mon Apr 18 10:20:46 2005 UTC
# Line 66  int use_file_dialog; Line 66  int use_file_dialog;
66  extern int minibuffer_auto_raise;  extern int minibuffer_auto_raise;
67  extern Lisp_Object minibuf_window;  extern Lisp_Object minibuf_window;
68  extern Lisp_Object Vlocale_coding_system;  extern Lisp_Object Vlocale_coding_system;
69  extern Lisp_Object Vloads_in_progress;  extern int load_in_progress;
70    
71  Lisp_Object Qstring_lessp, Qprovide, Qrequire;  Lisp_Object Qstring_lessp, Qprovide, Qrequire;
72  Lisp_Object Qyes_or_no_p_history;  Lisp_Object Qyes_or_no_p_history;
# Line 3460  The normal messages at start and end of Line 3460  The normal messages at start and end of
3460       even if the feature specified is already loaded.       even if the feature specified is already loaded.
3461       But not more than once in any file,       But not more than once in any file,
3462       and not when we aren't loading a file.  */       and not when we aren't loading a file.  */
3463    if (! NILP (Vloads_in_progress))    if (load_in_progress)
3464      {      {
3465        tem = Fcons (Qrequire, feature);        tem = Fcons (Qrequire, feature);
3466        if (NILP (Fmember (tem, Vcurrent_load_list)))        if (NILP (Fmember (tem, Vcurrent_load_list)))

Legend:
Removed from v.1.384  
changed lines
  Added in v.1.385

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26