(gnus-merge): Revert last change, but fix doc.
authorDave Love <fx@gnu.org>
Thu, 24 Apr 2003 18:32:17 +0000 (18:32 +0000)
committerDave Love <fx@gnu.org>
Thu, 24 Apr 2003 18:32:17 +0000 (18:32 +0000)
lisp/gnus-util.el

index f338daf..e47e3ee 100644 (file)
@@ -1399,8 +1399,9 @@ sequence, this is like `mapcar'.  With several, it is like the Common Lisp
 (if (fboundp 'merge)
     (defalias 'gnus-merge 'merge)
   ;; Adapted from cl-seq.el
-  (defun gnus-merge (list1 list2 pred)
+  (defun gnus-merge (type list1 list2 pred)
     "Destructively merge lists LIST1 and LIST2 to produce a new list.
+Argument TYPE is for compatibility and ignored.
 Ordering of the elements is preserved according to PRED, a `less-than'
 predicate on the elements."
     (let ((res nil))