From: Juanma Barranquero Date: Sat, 2 Oct 2010 18:31:57 +0000 (+0200) Subject: lisp/gnus/shr.el (shr): Fix typo in provide call. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~46^2~242 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f3fd95db3a292977b608911bedb247bcadb38a39;p=emacs.git lisp/gnus/shr.el (shr): Fix typo in provide call. --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 3d32756418a..64658bc629c 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2010-10-02 Juanma Barranquero + + * shr.el (shr): Fix typo in provide call. + 2010-10-02 Lars Magne Ingebrigtsen * shr.el: New file. diff --git a/lisp/gnus/shr.el b/lisp/gnus/shr.el index 407c253efae..c5d34b90f36 100644 --- a/lisp/gnus/shr.el +++ b/lisp/gnus/shr.el @@ -30,6 +30,6 @@ ;;; Code: -(provice 'shr) +(provide 'shr) ;;; shr.el ends here