summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-mule.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/gnus/gnus-mule.el')
-rw-r--r--lisp/gnus/gnus-mule.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/gnus/gnus-mule.el b/lisp/gnus/gnus-mule.el
index f8100ee6402..0f8c41cc6cb 100644
--- a/lisp/gnus/gnus-mule.el
+++ b/lisp/gnus/gnus-mule.el
@@ -1,4 +1,4 @@
-;;; gnus-mule.el --- Provide backward compatibility function to GNUS
+;;; gnus-mule.el --- provide backward compatibility function to GNUS
;; Copyright (C) 1995,1997 Free Software Foundation, Inc.
;; Copyright (C) 1995, 2000 Electrotechnical Laboratory, JAPAN.
@@ -28,6 +28,8 @@
;; This file provides the function `gnus-mule-add-group' for backward
;; compatibility with old version of Gnus included in Emacs 20.
+;;; Code:
+
(require 'gnus-sum)
;;;###autoload
@@ -69,4 +71,4 @@ rather than using this function."
(provide 'gnus-mule)
-;; gnus-mule.el ends here
+;;; gnus-mule.el ends here