; * lisp/progmodes/c-ts-mode.el: quote literal string in regexp
This commit is contained in:
parent
38866510c7
commit
7723af5e4a
1 changed files with 1 additions and 1 deletions
|
@ -636,7 +636,7 @@ ARG is passed to `fill-paragraph'."
|
|||
;; filling region.
|
||||
(when (not end-marker)
|
||||
(goto-char end)
|
||||
(when (looking-back "*/" 2)
|
||||
(when (looking-back (rx "*/") 2)
|
||||
(backward-char 2)
|
||||
(skip-syntax-backward "-")
|
||||
(setq end (point))))
|
||||
|
|
Loading…
Add table
Reference in a new issue