(cperl-next-bad-style): Fix use of character constant.
This commit is contained in:
parent
babce06327
commit
07cb2aa33c
1 changed files with 1 additions and 1 deletions
|
@ -5980,7 +5980,7 @@ Currently it is tuned to C and Perl syntax."
|
|||
(and (eq (following-char) ?\-)
|
||||
(save-excursion
|
||||
(skip-chars-backward " \t\n")
|
||||
(memq (preceding-char) '(?\= ?\> ?\< ?\, ?\(, ?\[, ?\{))))
|
||||
(memq (preceding-char) '(?\= ?\> ?\< ?\, ?\( ?\[ ?\{))))
|
||||
;; Now check for syntax type
|
||||
(save-match-data
|
||||
(setq found (point))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue