[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 76268160ba9: CC Mode: correct handling of properties on #incl
From: |
Eli Zaretskii |
Subject: |
Re: master 76268160ba9: CC Mode: correct handling of properties on #include <...> |
Date: |
Sat, 26 Oct 2024 16:41:48 +0300 |
> Date: Sat, 26 Oct 2024 11:10:34 +0000
> Cc: emacs-devel@gnu.org
> From: Alan Mackenzie <acm@muc.de>
>
> Hello, Eli.
>
> On Sat, Oct 26, 2024 at 09:10:02 +0300, Eli Zaretskii wrote:
> > > * lisp/progmodes/cc-fonts.el (c-cpp-matchers): Replace the
> > > c-make-font-lock-search-function which put properties on the
> > > <...> with a simple matcher.
>
> > This evidently leads to:
>
> > In toplevel form:
> > progmodes/cc-fonts.el:561:27: Warning: Unused lexical variable `re-depth'
>
> Yes, sorry about that. It should be fixed now.
Thanks.