diff lisp/gnus/nndb.el @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 0293115a14e9
children 131b0175ea99
line wrap: on
line diff
--- a/lisp/gnus/nndb.el	Mon Aug 13 08:51:58 2007 +0200
+++ b/lisp/gnus/nndb.el	Mon Aug 13 08:52:29 2007 +0200
@@ -179,7 +179,7 @@
                                    server
                                    t))
     result))
-  
+
 (deffoo nndb-request-accept-article (group server &optional last)
   "The article in the current buffer is put into GROUP."
   (nntp-possibly-change-group group server) ;;-
@@ -198,7 +198,7 @@
       (list art))))
 
 (deffoo nndb-request-replace-article (article group buffer)
-  "ARTICLE is the number of the article in GROUP to be replaced 
+  "ARTICLE is the number of the article in GROUP to be replaced
 with the contents of the BUFFER."
   (set-buffer buffer)
   (let (art statmsg)