emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/emacs.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/emacs.c
Date: Tue, 26 Mar 2002 09:41:28 -0500

Index: emacs/src/emacs.c
diff -c emacs/src/emacs.c:1.304 emacs/src/emacs.c:1.305
*** emacs/src/emacs.c:1.304     Fri Mar 22 17:54:19 2002
--- emacs/src/emacs.c   Tue Mar 26 09:41:28 2002
***************
*** 2045,2051 ****
    /* Bind `command-line-processed' to nil before dumping,
       so that the dumped Emacs will process its command line
       and set up to work with X windows if appropriate.  */
!   symbol = intern ("command-line-process");
    specbind (symbol, Qnil);
  
    CHECK_STRING (filename);
--- 2045,2051 ----
    /* Bind `command-line-processed' to nil before dumping,
       so that the dumped Emacs will process its command line
       and set up to work with X windows if appropriate.  */
!   symbol = intern ("command-line-processed");
    specbind (symbol, Qnil);
  
    CHECK_STRING (filename);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]