diff options
author | Brad King <brad.king@kitware.com> | 2006-04-26 19:54:58 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-04-26 19:54:58 (GMT) |
commit | 92ea0a077cc7f1be8caf9b38937cf5b6b02d15eb (patch) | |
tree | b83ae667157d74707691c8253ecc3c288f4c3a98 /Docs | |
parent | c8e355b6a17388b84d4b6b15ce17f94f6ce9ba46 (diff) | |
download | CMake-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.el | 4 |
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)) ;------------------------------------------------------------------------------ |