(nntp-request-update-info): Always return nil.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 1 Feb 2005 11:30:00 +0000 (11:30 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 1 Feb 2005 11:30:00 +0000 (11:30 +0000)
lisp/ChangeLog
lisp/nntp.el

index 500ec11..2755ae8 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nntp.el (nntp-request-update-info): Always return nil.
+
 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * message.el (message-beginning-of-line): Change the behavior when
index 7646676..a970d0c 100644 (file)
@@ -1073,8 +1073,8 @@ command whose response triggered the error."
                                     (null (cdr seen)))
                                (list (cons (car seen) (car seen)))
                              seen)))
-      (nnheader-message 8 "Updating marks for %s...done" group))
-    info))
+      (nnheader-message 8 "Updating marks for %s...done" group)))
+  nil)