all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hannu Koivisto <azure@iki.fi>
Subject: Re: Dumping doesn't work -- fixed!
Date: Tue, 26 Mar 2002 15:48:59 +0200	[thread overview]
Message-ID: <87zo0vbfsk.fsf_-_@lynx.ionific.com> (raw)
In-Reply-To: 87eliacf6s.fsf_-_@lynx.ionific.com

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	other threads:[~2002-03-26 13:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87lmcidcj6.fsf@lynx.ionific.com>
     [not found] ` <3C9D5566.F521071C@is.elta.co.il>
2002-03-24 12:39   ` Dumping doesn't work Hannu Koivisto
2002-03-26 13:48     ` Hannu Koivisto [this message]
2002-03-26 14:41       ` Dumping doesn't work -- fixed! Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zo0vbfsk.fsf_-_@lynx.ionific.com \
    --to=azure@iki.fi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.