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

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

bug#69571: 29.2; csharp-mode indentation: Misaligned closing brace in bl


From: Mattias Engdegård
Subject: bug#69571: 29.2; csharp-mode indentation: Misaligned closing brace in blocks starting below "new"
Date: Sat, 30 Mar 2024 13:15:49 +0100

> -         (looking-at ".*new.*")))
> +         (looking-at "^[^//]*new[^//]*;$")))


That regexp doesn't look right: [^//] doesn't mean "no occurrence of 
double-slash" but is just the same as [^/].






reply via email to

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