]> git.eshelyaron.com Git - emacs.git/commit
Ignore errors when checking for object initializers (bug#63379)
authorTheodor Thornhill <theo@thornhill.no>
Sat, 2 Sep 2023 17:34:46 +0000 (19:34 +0200)
committerTheodor Thornhill <theo@thornhill.no>
Sat, 2 Sep 2023 17:35:00 +0000 (19:35 +0200)
commitdd896ea1e62a466faf7bce61e382ee1e9f35f6b8
tree7313193091e157fe6357ccff76b1a52a60397b0a
parent3550f44c17c31f829d7d51b2928a83ae381a8558
Ignore errors when checking for object initializers (bug#63379)

Since this is merely a check for syntax, we don't really care about
any internal errors inside of backward-up-list.

* lisp/progmodes/csharp-mode.el (csharp-guess-basic-syntax): Wrap
command in ignore-errors.
lisp/progmodes/csharp-mode.el