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

Diff of /emacs/src/eval.c

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

revision 1.184 by rms, Sun Apr 28 22:06:38 2002 UTC revision 1.185 by rms, Tue Apr 30 17:46:26 2002 UTC
# Line 1906  do_autoload (fundef, funname) Line 1906  do_autoload (fundef, funname)
1906    Lisp_Object fun, queue, first, second;    Lisp_Object fun, queue, first, second;
1907    struct gcpro gcpro1, gcpro2, gcpro3;    struct gcpro gcpro1, gcpro2, gcpro3;
1908    
1909      if (! NILP (Vpurify_flag))
1910        error ("Attempt to autoload %s while preparing to dump",
1911               XSYMBOL (funname)->name->data);
1912    
1913    fun = funname;    fun = funname;
1914    CHECK_SYMBOL (funname);    CHECK_SYMBOL (funname);
1915    GCPRO3 (fun, funname, fundef);    GCPRO3 (fun, funname, fundef);

Legend:
Removed from v.1.184  
changed lines
  Added in v.1.185

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