From: Juanma Barranquero Date: Wed, 30 Sep 2009 17:04:27 +0000 (+0000) Subject: * cedet/srecode/expandproto.el: Fix provide statement. X-Git-Tag: emacs-pretest-23.1.90~1046 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a589407d87ab8571bc10716306ed639c79a0419;p=emacs.git * cedet/srecode/expandproto.el: Fix provide statement. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cb3d6a8c5a1..b6871a6abd0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-09-30 Juanma Barranquero + + * cedet/srecode/expandproto.el: Fix provide statement. + 2009-09-30 Eric Ludlam * emacs-lisp/eieio.el (boolean-p): Deleted. diff --git a/lisp/cedet/srecode/expandproto.el b/lisp/cedet/srecode/expandproto.el index c338cda6eb5..42824793de9 100644 --- a/lisp/cedet/srecode/expandproto.el +++ b/lisp/cedet/srecode/expandproto.el @@ -122,7 +122,7 @@ proto)) -(provide 'srecode-expandproto) +(provide 'srecode/expandproto) ;; Local variables: ;; generated-autoload-file: "loaddefs.el"