]> git.eshelyaron.com Git - emacs.git/commitdiff
* cedet/srecode/expandproto.el: Fix provide statement.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 30 Sep 2009 17:04:27 +0000 (17:04 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 30 Sep 2009 17:04:27 +0000 (17:04 +0000)
lisp/ChangeLog
lisp/cedet/srecode/expandproto.el

index cb3d6a8c5a155ea56135ac93541260c3b0a9f8bf..b6871a6abd0b33ff58260dbf2e6070f862b28b30 100644 (file)
@@ -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.
index c338cda6eb567af707371c5c7f107316b848b69b..42824793de92aefc998d9b2bff39e07af95c7d05 100644 (file)
 
     proto))
 
-(provide 'srecode-expandproto)
+(provide 'srecode/expandproto)
 
 ;; Local variables:
 ;; generated-autoload-file: "loaddefs.el"