*** empty log message ***
[gnus] / lisp / nngateway.el
index 21b5a4b..6059dcf 100644 (file)
@@ -1,6 +1,6 @@
 ;;; nngateway.el --- posting news via mail gateways
 
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000
+;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
 ;;     Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
@@ -66,7 +66,7 @@ parameter -- the gateway address.")
        (widen)
        (let (message-required-mail-headers)
          (funcall (or message-send-mail-real-function
-                       message-send-mail-function)))
+                      message-send-mail-function)))
        t))))
 
 ;;; Internal functions