diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-15 17:42:53 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-15 17:42:53 +0000 |
commit | 715a2ca2fc1be26e8420f209c3440b90d687fec6 (patch) | |
tree | 8b174bcbda39e57f48ecfae086ef3526bc9bd13d /lisp/gnus/gnus-mlspl.el | |
parent | 5553563924453df2e3c5bf011bf5b7527172b2f6 (diff) | |
download | emacs-715a2ca2fc1be26e8420f209c3440b90d687fec6.tar.gz |
Some fixes to follow coding conventions in files from Gnus.
Diffstat (limited to 'lisp/gnus/gnus-mlspl.el')
-rw-r--r-- | lisp/gnus/gnus-mlspl.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-mlspl.el b/lisp/gnus/gnus-mlspl.el index 57b12a7b0b5..70619b5044e 100644 --- a/lisp/gnus/gnus-mlspl.el +++ b/lisp/gnus/gnus-mlspl.el @@ -22,6 +22,10 @@ ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. +;;; Commentary: + +;;; Code: + (eval-when-compile (require 'cl)) (require 'gnus) (require 'gnus-sum) @@ -225,3 +229,5 @@ Calling (gnus-group-split-fancy nil nil \"mail.misc\") returns: split)) (provide 'gnus-mlspl) + +;;; gnus-mlspl.el ends here |