[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#13844: [PATCH] Fix html-mode quotes syntax in text
From: |
Stefan Monnier |
Subject: |
bug#13844: [PATCH] Fix html-mode quotes syntax in text |
Date: |
Thu, 28 Feb 2013 22:44:55 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
> The patch below hopefully fixes both problems.
> I believe I have filed my copyright assignment with the FSF for
> Emacs already.
Thanks. I installed the first part, but the second breaks compilation
(because the regexp is computed during compilation, at which point
sgml-specials is not yet defined).
Stefan