(nntp-send-command): Braino in last commit. Replace
authorKai Grossjohann <kgrossjo@eu.uu.net>
Mon, 9 Dec 2002 08:45:58 +0000 (08:45 +0000)
committerKai Grossjohann <kgrossjo@eu.uu.net>
Mon, 9 Dec 2002 08:45:58 +0000 (08:45 +0000)
`and' with `or'.

lisp/ChangeLog
lisp/nntp.el

index 16f7f68..fa0bfee 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+
+       * nntp.el (nntp-send-command): Braino in last commit.  Replace
+       `and' with `or'.
+
 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
 
        * nntp.el (nntp-send-command): Assume that echo does not happen
index b4f0561..9669dc1 100644 (file)
@@ -408,9 +408,9 @@ noticing asynchronous data.")
          ;; If nothing to wait for, still remove possibly echo'ed commands.
          ;; We don't have echos if nntp-open-connection-function
          ;; is `nntp-open-network-stream', so we skip this in that case.
-         (unless (and wait-for
-                      (equal nntp-open-connection-function
-                             'nntp-open-network-stream))
+         (unless (or wait-for
+                     (equal nntp-open-connection-function
+                            'nntp-open-network-stream))
            (nntp-accept-response)
            (save-excursion
              (set-buffer buffer)