* lisp/progmodes/cc-langs.el (c-<>-notable-chars-re): Fix wrong '-' in regexp
This commit is contained in:
parent
03eeab469e
commit
66bcec8838
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue