From: Eric Ludlam Date: Sat, 20 Aug 2011 17:08:02 +0000 (-0400) Subject: Fix provide. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a60b900d3e19b163444465ee267eb5fc8db674fb;p=emacs.git Fix provide. --- diff --git a/test/manual/cedet/cedet/semantic/utest-c.el b/test/manual/cedet/cedet/semantic/utest-c.el index 811abf952b9..0f027bffdc8 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 @@ -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