From: Eric Ludlam Date: Thu, 28 Mar 2013 02:23:47 +0000 (-0400) Subject: (priority): Set to a low number. (cit-project-template): New template. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a2a1dac88ba4062a778b747d131ecb7de0a5c96;p=emacs.git (priority): Set to a low number. (cit-project-template): New template. --- diff --git a/test/manual/cedet/cit-extra-cpp.srt b/test/manual/cedet/cit-extra-cpp.srt index 39fe055a355..88c5870604c 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 @@ -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