emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 1d3cbba7df 3/3: ; * lisp/progmodes/cmake-ts-mode.el (auto-mode-


From: Mattias Engdegård
Subject: emacs-29 1d3cbba7df 3/3: ; * lisp/progmodes/cmake-ts-mode.el (auto-mode-alist): $ -> \'
Date: Wed, 14 Dec 2022 06:27:02 -0500 (EST)

branch: emacs-29
commit 1d3cbba7dfa26fc74df4d09d40a3cd7ba07279b4
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; * lisp/progmodes/cmake-ts-mode.el (auto-mode-alist): $ -> \'
---
 lisp/progmodes/cmake-ts-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/cmake-ts-mode.el b/lisp/progmodes/cmake-ts-mode.el
index 15934a290b..fc25d2ba5f 100644
--- 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]