/[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.309 by pj, Mon Apr 22 22:45:12 2002 UTC revision 1.310 by rms, Tue Apr 30 17:46:40 2002 UTC
# Line 2973  is nil and `use-dialog-box' is non-nil. Line 2973  is nil and `use-dialog-box' is non-nil.
2973        {        {
2974          Lisp_Object pargs[3];          Lisp_Object pargs[3];
2975    
2976          /* Colorize prompt accordingly to `minibuffer-prompt' face.  */          /* Colorize prompt according to `minibuffer-prompt' face.  */
2977          pargs[0] = build_string ("%s(y or n) ");          pargs[0] = build_string ("%s(y or n) ");
2978          pargs[1] = intern ("face");          pargs[1] = intern ("face");
2979          pargs[2] = intern ("minibuffer-prompt");          pargs[2] = intern ("minibuffer-prompt");
# Line 3250  The normal messages at start and end of Line 3250  The normal messages at start and end of
3250      {      {
3251        int count = specpdl_ptr - specpdl;        int count = specpdl_ptr - specpdl;
3252        int nesting = 0;        int nesting = 0;
3253    
3254          if (! NILP (Vpurify_flag))
3255            error ("(require %s) while preparing to dump",
3256                   XSYMBOL (feature)->name->data);
3257                
3258        /* A certain amount of recursive `require' is legitimate,        /* A certain amount of recursive `require' is legitimate,
3259           but if we require the same feature recursively 3 times,           but if we require the same feature recursively 3 times,

Legend:
Removed from v.1.309  
changed lines
  Added in v.1.310

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