T-gnus 6.14.6; synch up with Gnus v5.8.8.
[elisp/gnus.git-] / lisp / nnspool.el
index b22e202..9463d63 100644 (file)
@@ -1,5 +1,7 @@
 ;;; nnspool.el --- spool access for GNU Emacs
-;; Copyright (C) 198,998,89,90,93,94,95,96,97,98 Free Software Foundation, Inc.
+
+;; Copyright (C) 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, 1998,
+;;     2000 Free Software Foundation, Inc.
 
 ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
 ;;     Lars Magne Ingebrigtsen <larsi@gnus.org>
@@ -27,6 +29,7 @@
 ;;; Code:
 
 (eval-when-compile (require 'cl))
+(eval-when-compile (require 'gnus-clfns))
 
 (require 'nnheader)
 (require 'nntp)
@@ -138,8 +141,9 @@ there.")
              (inline (nnheader-insert-head file))
              (goto-char beg)
              (if (search-forward "\n\n" nil t)
-                 (progn (forward-char -1)
-                        (insert ".\n"))
+                 (progn
+                   (forward-char -1)
+                   (insert ".\n"))
                (goto-char (point-max))
                (if (bolp)
                    (insert ".\n")