projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cc199f
)
; * lisp/progmodes/cmake-ts-mode.el (auto-mode-alist): $ -> \'
author
Mattias Engdegård
<mattiase@acm.org>
Wed, 14 Dec 2022 11:25:49 +0000
(12:25 +0100)
committer
Mattias Engdegård
<mattiase@acm.org>
Wed, 14 Dec 2022 11:25:49 +0000
(12:25 +0100)
lisp/progmodes/cmake-ts-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cmake-ts-mode.el
b/lisp/progmodes/cmake-ts-mode.el
index 15934a290b7fc244cd70dea84ac9e4f829245cdf..fc25d2ba5fd6898f6918fd6916fee87f50325c48 100644
(file)
--- a/
lisp/progmodes/cmake-ts-mode.el
+++ b/
lisp/progmodes/cmake-ts-mode.el
@@
-196,7
+196,7
@@
the subtrees."
;;;###autoload
(add-to-list 'auto-mode-alist
- '("\\(?:CMakeLists\\.txt\\|\\.cmake\\)
$
" . cmake-ts-mode))
+ '("\\(?:CMakeLists\\.txt\\|\\.cmake\\)
\\'
" . cmake-ts-mode))
;;;###autoload
(define-derived-mode cmake-ts-mode prog-mode "CMake"