mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-06 14:48:38 -06:00
Merge topic 'emacs-fix-unescaped-character-literals'
67ae6da331 cmake-mode.el: Fix "unescaped character literals" warning
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2195
This commit is contained in:
@@ -55,7 +55,7 @@ set the path with these commands:
|
||||
(* (or (not (any space "()#\\\n")) (and ?\\ nonl)))))
|
||||
(defconst cmake-regex-token
|
||||
(rx-to-string `(group (or (regexp ,cmake-regex-comment)
|
||||
?( ?)
|
||||
?\( ?\)
|
||||
(regexp ,cmake-regex-argument-unquoted)
|
||||
(regexp ,cmake-regex-argument-quoted)))))
|
||||
(defconst cmake-regex-indented
|
||||
|
||||
Reference in New Issue
Block a user