mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
* lisp/progmodes/cc-langs.el (c-<>-notable-chars-re): Fix wrong '-' in regexp
This commit is contained in:
parent
03eeab469e
commit
66bcec8838
@ -3643,7 +3643,7 @@ When \"(\" is present, that defun will attempt to parse a
|
||||
parenthesized expression inside the template. When \")\" is
|
||||
present it will treat an unbalanced closing paren as a sign of
|
||||
the invalidity of the putative template construct."
|
||||
t "[<;{},|+&->)]"
|
||||
t "[<;{},|+&>)-]"
|
||||
c++ "[<;{},>()]")
|
||||
(c-lang-defvar c-<>-notable-chars-re (c-lang-const c-<>-notable-chars-re))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user