emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests 14c75f7 175/316: (cit-version):


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 14c75f7 175/316: (cit-version): New variable. (semantic): New require
Date: Sat, 28 Jan 2017 09:09:59 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit 14c75f7337b8e648432a0d36dfd0cdb49cc578d8
Author: zappo <address@hidden>
Commit: Edward John Steere <address@hidden>

    (cit-version): New variable. (semantic): New require
---
 test/manual/cedet/cedet-integ-test.el |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/test/manual/cedet/cedet-integ-test.el 
b/test/manual/cedet/cedet-integ-test.el
index 188bfe3..50a1132 100644
--- a/test/manual/cedet/cedet-integ-test.el
+++ b/test/manual/cedet/cedet-integ-test.el
@@ -1,9 +1,16 @@
 ;;; cedet-integ-test.el --- CEDET full integration tests.
 
-;; Copyright (C) 2008 Eric M. Ludlam
+;; Copyright (C) 2008, 2009 Eric M. Ludlam
 
 ;; Author: Eric M. Ludlam <address@hidden>
 
+(eval-and-compile
+  ;; Other package depend on this value at compile time via inversion.
+
+  (defvar cit-version "1.0"
+    "Current version of Semantic.")
+
+  )
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
 ;; published by the Free Software Foundation; either version 2, or (at
@@ -56,6 +63,7 @@
 ;; 4) Delete the project
 ;;    a Make sure the semanticdb cleans up the dead cache files.
 ;;    b Make sure EDE clears this project from it's project cache.
+(require 'semantic)
 (require 'cit-cpp)
 (require 'cit-srec)
 (require 'cit-el)



reply via email to

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