changeset 110704:016990bf37ad

lisp/gnus/shr.el (shr): Fix typo in provide call.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 02 Oct 2010 20:31:57 +0200
parents 73242c00fd4a
children 039bf20a0a30
files lisp/gnus/ChangeLog lisp/gnus/shr.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Sat Oct 02 14:07:02 2010 +0000
+++ b/lisp/gnus/ChangeLog	Sat Oct 02 20:31:57 2010 +0200
@@ -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.
--- a/lisp/gnus/shr.el	Sat Oct 02 14:07:02 2010 +0000
+++ b/lisp/gnus/shr.el	Sat Oct 02 20:31:57 2010 +0200
@@ -30,6 +30,6 @@
 
 ;;; Code:
 
-(provice 'shr)
+(provide 'shr)
 
 ;;; shr.el ends here