lisp/gnus/shr.el (shr): Fix typo in provide call.
This commit is contained in:
parent
11e4e7bd22
commit
f3fd95db3a
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -30,6 +30,6 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(provice 'shr)
|
||||
(provide 'shr)
|
||||
|
||||
;;; shr.el ends here
|
||||
|
|
Loading…
Add table
Reference in a new issue