(gnus-summary-news-other-window): Use delq instead of remove which is a cl
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 14 Apr 2003 22:12:09 +0000 (22:12 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 14 Apr 2003 22:12:09 +0000 (22:12 +0000)
 run-time function in Emacs 20.

lisp/ChangeLog
lisp/gnus-msg.el

index 5440efc..9d4f05a 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-msg.el (gnus-summary-news-other-window): Use delq instead
+       of remove which is a cl run-time function in Emacs 20.
+
 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
 
        * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
index a278731..7befac5 100644 (file)
@@ -694,7 +694,7 @@ network.  The corresponding backend must have a 'request-post method."
            (progn
              (message-news (gnus-group-real-name gnus-newsgroup-name))
              (set (make-local-variable 'gnus-discouraged-post-methods)
-                  (remove
+                  (delq
                    (car (gnus-find-method-for-group gnus-newsgroup-name))
                    gnus-discouraged-post-methods)))))
       (save-excursion