diff options
author | Brad King <brad.king@kitware.com> | 2006-04-26 18:28:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-04-26 18:28:56 (GMT) |
commit | c8e355b6a17388b84d4b6b15ce17f94f6ce9ba46 (patch) | |
tree | a6db0557d5c219905744ec630025b610ba866fda /Docs | |
parent | 0a9d238def392440cb4b96d3e419c9acfb0fb0f8 (diff) | |
download | CMake-c8e355b6a17388b84d4b6b15ce17f94f6ce9ba46.zip CMake-c8e355b6a17388b84d4b6b15ce17f94f6ce9ba46.tar.gz CMake-c8e355b6a17388b84d4b6b15ce17f94f6ce9ba46.tar.bz2 |
BUG: Mode should only be used if CMakeLists.txt is at the end of the buffer name.
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/cmake-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/cmake-mode.el b/Docs/cmake-mode.el index 0cd7b3e..1ea8e58 100644 --- a/Docs/cmake-mode.el +++ b/Docs/cmake-mode.el @@ -25,7 +25,7 @@ ;; (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) +;; (append '(("CMakeLists\\.txt$" . cmake-mode) ;; ("\\.cmake$" . cmake-mode)) ;; auto-mode-alist)) |