From 9a589407d87ab8571bc10716306ed639c79a0419 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 30 Sep 2009 17:04:27 +0000 Subject: [PATCH] * cedet/srecode/expandproto.el: Fix provide statement. --- lisp/ChangeLog | 4 ++++ lisp/cedet/srecode/expandproto.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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" -- 2.39.2