summaryrefslogtreecommitdiffstats
path: root/Docs
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-04-26 19:54:58 (GMT)
committerBrad King <brad.king@kitware.com>2006-04-26 19:54:58 (GMT)
commit92ea0a077cc7f1be8caf9b38937cf5b6b02d15eb (patch)
treeb83ae667157d74707691c8253ecc3c288f4c3a98 /Docs
parentc8e355b6a17388b84d4b6b15ce17f94f6ce9ba46 (diff)
downloadCMake-92ea0a077cc7f1be8caf9b38937cf5b6b02d15eb.zip
CMake-92ea0a077cc7f1be8caf9b38937cf5b6b02d15eb.tar.gz
CMake-92ea0a077cc7f1be8caf9b38937cf5b6b02d15eb.tar.bz2
BUG: In example .emacs code use \' for end-of-string instead of $ for end-of-line.
Diffstat (limited to 'Docs')
-rw-r--r--Docs/cmake-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/Docs/cmake-mode.el b/Docs/cmake-mode.el
index 1ea8e58..160f0ec 100644
--- a/Docs/cmake-mode.el
+++ b/Docs/cmake-mode.el
@@ -25,8 +25,8 @@
;; (setq load-path (cons (expand-file-name "/dir/with/cmake-mode") load-path))
;; (require 'cmake-mode)
;; (setq auto-mode-alist
-;; (append '(("CMakeLists\\.txt$" . cmake-mode)
-;; ("\\.cmake$" . cmake-mode))
+;; (append '(("CMakeLists\\.txt\\'" . cmake-mode)
+;; ("\\.cmake\\'" . cmake-mode))
;; auto-mode-alist))
;------------------------------------------------------------------------------