aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--lisp/gnus/shr.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 3d32756418a..64658bc629c 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
12010-10-02 Juanma Barranquero <lekktu@gmail.com>
2
3 * shr.el (shr): Fix typo in provide call.
4
12010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org> 52010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 6
3 * shr.el: New file. 7 * shr.el: New file.
diff --git a/lisp/gnus/shr.el b/lisp/gnus/shr.el
index 407c253efae..c5d34b90f36 100644
--- a/lisp/gnus/shr.el
+++ b/lisp/gnus/shr.el
@@ -30,6 +30,6 @@
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