emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/merge-cedet-tests 5a2a1da 293/316: (priority): Set


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 5a2a1da 293/316: (priority): Set to a low number. (cit-project-template): New template.
Date: Fri, 27 Jan 2017 20:03:48 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit 5a2a1dac88ba4062a778b747d131ecb7de0a5c96
Author: Eric Ludlam <address@hidden>
Commit: Edward John Steere <address@hidden>

    (priority): Set to a low number. (cit-project-template): New template.
---
 test/manual/cedet/cit-extra-cpp.srt |   12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/test/manual/cedet/cit-extra-cpp.srt 
b/test/manual/cedet/cit-extra-cpp.srt
index 39fe055..88c5870 100644
--- a/test/manual/cedet/cit-extra-cpp.srt
+++ b/test/manual/cedet/cit-extra-cpp.srt
@@ -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 <address@hidden>
 
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]