comparison lisp/gnus/shr.el @ 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 74bad2d7bddd
children 4c31586ca1ca
comparison
equal deleted inserted replaced
110703:73242c00fd4a 110704:016990bf37ad
28 ;; towards rendering typical short snippets of HTML, like what you'd 28 ;; towards rendering typical short snippets of HTML, like what you'd
29 ;; find in HTML email and the like. 29 ;; find in HTML email and the like.
30 30
31 ;;; Code: 31 ;;; Code:
32 32
33 (provice 'shr) 33 (provide 'shr)
34 34
35 ;;; shr.el ends here 35 ;;; shr.el ends here