/[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.187 by eliz, Wed May 15 16:36:13 2002 UTC revision 1.188 by raeburn, Mon May 20 08:05:37 2002 UTC
# Line 1910  do_autoload (fundef, funname) Line 1910  do_autoload (fundef, funname)
1910       of what files are preloaded and when.  */       of what files are preloaded and when.  */
1911    if (! NILP (Vpurify_flag))    if (! NILP (Vpurify_flag))
1912      error ("Attempt to autoload %s while preparing to dump",      error ("Attempt to autoload %s while preparing to dump",
1913             XSYMBOL (funname)->name->data);             XSTRING (SYMBOL_NAME (funname))->data);
1914    
1915    fun = funname;    fun = funname;
1916    CHECK_SYMBOL (funname);    CHECK_SYMBOL (funname);
# Line 1949  do_autoload (fundef, funname) Line 1949  do_autoload (fundef, funname)
1949    
1950    if (!NILP (Fequal (fun, fundef)))    if (!NILP (Fequal (fun, fundef)))
1951      error ("Autoloading failed to define function %s",      error ("Autoloading failed to define function %s",
1952             XSYMBOL (funname)->name->data);             XSTRING (SYMBOL_NAME (funname))->data);
1953    UNGCPRO;    UNGCPRO;
1954  }  }
1955    

Legend:
Removed from v.1.187  
changed lines
  Added in v.1.188

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