[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nmake recompile failes - 21.3
From: |
Juanma Barranquero |
Subject: |
Re: nmake recompile failes - 21.3 |
Date: |
Fri, 14 Feb 2003 13:49:46 +0100 |
On Fri, 14 Feb 2003 17:24:28 +0530, "Dhruva Krishnamurthy" <address@hidden>
wrote:
> Does not help.
> I see your current promotion has removed the problem "?\s" escape char.
> It builds fine now. Thanks.
I don't understand.
AFAICS, you were getting an error with recompile because two elisp
modules use now the new ?\s syntax (which is safer than protecting the
space with a comment, as previously done), and you hadn't compiled the
new lread.c. Building or bootstrapping should fix it.
I didn't remove the two ?\s introduced in ruler-mode.el and
international/characters.el. They're still there.
Additionally, the following change:
(read1): Signal an `invalid read syntax' error if a character
constant is immediately followed by a digit or symbol character.
has uncovered ill-formated constant characters in some modules. Those
are fixed now, too.
/L/e/k/t/u