emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Info-mode-font-lock-keywords: Fix-regexp


From: Stefan Monnier
Subject: Re: [PATCH] Info-mode-font-lock-keywords: Fix-regexp
Date: Tue, 26 May 2015 13:08:11 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>  (defvar Info-mode-font-lock-keywords
> -  '(("€˜\\([^€™]*\\)€™" (1 'Info-quoted))))
> +  '(("`\\([^€™]*\\)€™" (1 'Info-quoted))))
 
> Fontification happens fine with the attached change.

What exactly do you mean by that?  Which problem is that supposed
to fix?


        Stefan



reply via email to

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