]> git.eshelyaron.com Git - emacs.git/commitdiff
(priority): Set to a low number. (cit-project-template): New template.
authorEric Ludlam <zappo@gnu.org>
Thu, 28 Mar 2013 02:23:47 +0000 (22:23 -0400)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 18:14:56 +0000 (20:14 +0200)
test/manual/cedet/cit-extra-cpp.srt

index 39fe055a355ae0113304c545dff3c68cb327f29b..88c5870604c01b0b3b705edc1b2156f206bb33fe 100644 (file)
@@ -1,6 +1,6 @@
-;; cit-extra-cpp.srt ---
+;; cit-extra-cpp.srt --- Extra templates for teseting.
 
-;; Copyright (C) 2008 Eric M. Ludlam
+;; Copyright (C) 2008, 2013 Eric M. Ludlam
 
 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
 
@@ -23,6 +23,9 @@ set mode "c++-mode"
 set escape_start "{{"
 set escape_end "}}"
 
+;; mimic being in the core template set.
+set priority 30
+
 set application "cit-test"
 
 context test
@@ -35,5 +38,10 @@ int moose() {
 }
 ----
 
+template cit-project-template :blank
+"A project based template."
+----
+THIS IS NOT IN A PROJECT
+----
 
 ;; end