]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/cmake-ts-mode.el (auto-mode-alist): $ -> \'
authorMattias Engdegård <mattiase@acm.org>
Wed, 14 Dec 2022 11:25:49 +0000 (12:25 +0100)
committerMattias Engdegård <mattiase@acm.org>
Wed, 14 Dec 2022 11:25:49 +0000 (12:25 +0100)
lisp/progmodes/cmake-ts-mode.el

index 15934a290b7fc244cd70dea84ac9e4f829245cdf..fc25d2ba5fd6898f6918fd6916fee87f50325c48 100644 (file)
@@ -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"