emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests a60b900 267/316: Fix provide.


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests a60b900 267/316: Fix provide.
Date: Fri, 27 Jan 2017 20:03:46 +0000 (UTC)

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

    Fix provide.
---
 test/manual/cedet/cedet/semantic/utest-c.el |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/manual/cedet/cedet/semantic/utest-c.el 
b/test/manual/cedet/cedet/semantic/utest-c.el
index 811abf9..0f027bf 100644
--- a/test/manual/cedet/cedet/semantic/utest-c.el
+++ b/test/manual/cedet/cedet/semantic/utest-c.el
@@ -1,6 +1,6 @@
 ;;; semantic/utest-c.el --- C based parsing tests.
 
-;; Copyright (C) 2008, 2009, 2010 Eric M. Ludlam
+;; Copyright (C) 2008, 2009, 2010, 2011 Eric M. Ludlam
 
 ;; Author: Eric M. Ludlam <address@hidden>
 
@@ -109,5 +109,5 @@ those with PASS in the name will pass."
            )))))
   )
 
-(provide 'semantic/utest-c)
+(provide 'cedet/semantic/utest-c)
 ;;; semantic/utest-c.el ends here



reply via email to

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