From: Alan M. <ac...@mu...> - 2025-04-21 20:36:34
|
Hello, Mattias. On Thu, Apr 17, 2025 at 15:42:59 +0200, Mattias Engdegård wrote: > Thank you for fixing this. A minor oversight in the committed patch, in cc-align.el: > 351 (skip-syntax-backward " \t([{" (c-point 'boi)) > This call should probably use `skip-char-backward`, because `\t`, `[`, and `{` aren't syntax chars. > It currently works by accident because of the ` ` and `(` syntax classes. Thanks for spotting this and telling me about it. I'll get around to fixing it in the next few days. -- Alan Mackenzie (Nuremberg, Germany). |