diff lisp/gnus/gnus-mule.el @ 38412:253f761ad37b

Some fixes to follow coding conventions in files maintained by FSF.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 15 Jul 2001 16:15:35 +0000
parents a2bbecad7065
children 52d99cc2e9e3
line wrap: on
line diff
--- a/lisp/gnus/gnus-mule.el	Sat Jul 14 18:19:27 2001 +0000
+++ b/lisp/gnus/gnus-mule.el	Sun Jul 15 16:15:35 2001 +0000
@@ -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 @@
 
 (provide 'gnus-mule)
 
-;; gnus-mule.el ends here
+;;; gnus-mule.el ends here