lisp/gnus/shr.el (shr): Fix typo in provide call.

This commit is contained in:
Juanma Barranquero 2010-10-02 20:31:57 +02:00
parent 11e4e7bd22
commit f3fd95db3a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-10-02 Juanma Barranquero <lekktu@gmail.com>
* shr.el (shr): Fix typo in provide call.
2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
* shr.el: New file.

View file

@ -30,6 +30,6 @@
;;; Code:
(provice 'shr)
(provide 'shr)
;;; shr.el ends here