changeset 105313:068b13ebb340

* cedet/srecode/expandproto.el: Fix provide statement.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 30 Sep 2009 17:04:27 +0000
parents 1f2049cd0ba8
children 3163fde82a03
files lisp/ChangeLog lisp/cedet/srecode/expandproto.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Sep 30 15:29:50 2009 +0000
+++ b/lisp/ChangeLog	Wed Sep 30 17:04:27 2009 +0000
@@ -1,3 +1,7 @@
+2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
+
+	* cedet/srecode/expandproto.el: Fix provide statement.
+
 2009-09-30  Eric Ludlam  <zappo@gnu.org>
 
 	* emacs-lisp/eieio.el (boolean-p): Deleted.
--- a/lisp/cedet/srecode/expandproto.el	Wed Sep 30 15:29:50 2009 +0000
+++ b/lisp/cedet/srecode/expandproto.el	Wed Sep 30 17:04:27 2009 +0000
@@ -122,7 +122,7 @@
 
     proto))
 
-(provide 'srecode-expandproto)
+(provide 'srecode/expandproto)
 
 ;; Local variables:
 ;; generated-autoload-file: "loaddefs.el"