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

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

bug#14237: [PATCH] Fix syntax-propertize-multiline bug


From: Stefan Monnier
Subject: bug#14237: [PATCH] Fix syntax-propertize-multiline bug
Date: Mon, 22 Apr 2013 10:11:50 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> -  (when (get-text-property end 'font-lock-multiline)
> +  (when (get-text-property end 'syntax-multiline)

Duh!  Yes, thank you very much for catching this.
Installed in the `emacs-24' branch.  And sorry for the copy&paste error.


        Stefan





reply via email to

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