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

Diff of /emacs/src/emacs.c

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

revision 1.292 by pj, Wed Oct 31 15:11:35 2001 UTC revision 1.293 by pj, Fri Nov 2 20:23:30 2001 UTC
# Line 1998  This function exists on systems that use Line 1998  This function exists on systems that use
1998    Lisp_Object tem;    Lisp_Object tem;
1999    
2000    check_pure_size ();    check_pure_size ();
2001    CHECK_STRING (filename, 0);    CHECK_STRING (filename);
2002    filename = Fexpand_file_name (filename, Qnil);    filename = Fexpand_file_name (filename, Qnil);
2003    
2004    tem = Vpurify_flag;    tem = Vpurify_flag;
# Line 2044  You must run Emacs in batch mode in orde Line 2044  You must run Emacs in batch mode in orde
2044    symbol = intern ("command-line-process");    symbol = intern ("command-line-process");
2045    specbind (symbol, Qnil);    specbind (symbol, Qnil);
2046    
2047    CHECK_STRING (filename, 0);    CHECK_STRING (filename);
2048    filename = Fexpand_file_name (filename, Qnil);    filename = Fexpand_file_name (filename, Qnil);
2049    if (!NILP (symfile))    if (!NILP (symfile))
2050      {      {
2051        CHECK_STRING (symfile, 0);        CHECK_STRING (symfile);
2052        if (XSTRING (symfile)->size)        if (XSTRING (symfile)->size)
2053          symfile = Fexpand_file_name (symfile, Qnil);          symfile = Fexpand_file_name (symfile, Qnil);
2054      }      }

Legend:
Removed from v.1.292  
changed lines
  Added in v.1.293

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