bug-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Dumping doesn't work -- fixed!


From: Hannu Koivisto
Subject: Re: Dumping doesn't work -- fixed!
Date: Tue, 26 Mar 2002 15:48:59 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i686-pc-linux-gnu)

Greetings,

I found the problem, it was a simple typo ->

--- /usr/local/src/emacs/emacs-21.2/src/emacs.c~        Mon Oct 29 13:31:07 2001
+++ /usr/local/src/emacs/emacs-21.2/src/emacs.c Tue Mar 26 15:27:06 2002
@@ -1981,7 +1981,7 @@
   /* 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");
+  symbol = intern ("command-line-processed");
   specbind (symbol, Qnil);
 
   CHECK_STRING (filename, 0);

-- 
Hannu



reply via email to

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