Преглед изворни кода

BUG: Mode should only be used if CMakeLists.txt is at the end of the buffer name.

Brad King пре 20 година
родитељ
комит
c8e355b6a1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Docs/cmake-mode.el

+ 1 - 1
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))