]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/gnus/shr.el (shr): Fix typo in provide call.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 2 Oct 2010 18:31:57 +0000 (20:31 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 2 Oct 2010 18:31:57 +0000 (20:31 +0200)
lisp/gnus/ChangeLog
lisp/gnus/shr.el

index 3d32756418a63ea1bd4f2aef978f58fc77b52d92..64658bc629c3b8474ebfb9ff9bac4103f14c27b8 100644 (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.
index 407c253efae94f95a913243385d2f92837bd8a8a..c5d34b90f36fc396d0f36cdc40b8c1e8d96904ed 100644 (file)
@@ -30,6 +30,6 @@
 
 ;;; Code:
 
-(provice 'shr)
+(provide 'shr)
 
 ;;; shr.el ends here