emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests 39f1464 235/316: (cit-srecode-fi


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 39f1464 235/316: (cit-srecode-fill-cpp): Fixed misspelling of target name.
Date: Sat, 28 Jan 2017 09:10:07 +0000 (UTC)

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

    (cit-srecode-fill-cpp): Fixed misspelling of target name.
---
 test/manual/cedet/cit-cpp.el |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/manual/cedet/cit-cpp.el b/test/manual/cedet/cit-cpp.el
index 4420b73..08a7e22 100644
--- a/test/manual/cedet/cit-cpp.el
+++ b/test/manual/cedet/cit-cpp.el
@@ -1,9 +1,9 @@
 ;;; cit-cpp.el --- C++ specific things for our integ test.
 
-;; Copyright (C) 2008 Eric M. Ludlam
+;; Copyright (C) 2008, 2009 Eric M. Ludlam
 
 ;; Author: Eric M. Ludlam <address@hidden>
-;; X-RCS: $Id: cit-cpp.el,v 1.1 2008-02-24 02:57:20 zappo Exp $
+;; X-RCS: $Id: cit-cpp.el,v 1.2 2009-01-10 19:00:38 zappo Exp $
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
@@ -116,7 +116,7 @@
   (cit-srecode-fill-with-stuff "include/foo.hh" cit-header-cpp-tags)
   (ede-new "Make" "Includes")
   ;; 1 e) Tell EDE where the srcs are
-  (ede-new-target "Includes" "miscelaneous" "n")
+  (ede-new-target "Includes" "miscellaneous" "n")
   (ede-add-file "Includes")
 
   (cit-srecode-fill-with-stuff "src/foo.cpp" cit-src-cpp-tags)



reply via email to

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