/[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.304 by monnier, Fri Mar 22 22:54:19 2002 UTC revision 1.305 by eliz, Tue Mar 26 14:41:28 2002 UTC
# Line 2045  You must run Emacs in batch mode in orde Line 2045  You must run Emacs in batch mode in orde
2045    /* Bind `command-line-processed' to nil before dumping,    /* Bind `command-line-processed' to nil before dumping,
2046       so that the dumped Emacs will process its command line       so that the dumped Emacs will process its command line
2047       and set up to work with X windows if appropriate.  */       and set up to work with X windows if appropriate.  */
2048    symbol = intern ("command-line-process");    symbol = intern ("command-line-processed");
2049    specbind (symbol, Qnil);    specbind (symbol, Qnil);
2050    
2051    CHECK_STRING (filename);    CHECK_STRING (filename);

Legend:
Removed from v.1.304  
changed lines
  Added in v.1.305

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