(gnus-advanced-integer): Swap arguments in
authorSimon Josefsson <jas@extundo.com>
Fri, 2 Aug 2002 11:04:37 +0000 (11:04 +0000)
committerSimon Josefsson <jas@extundo.com>
Fri, 2 Aug 2002 11:04:37 +0000 (11:04 +0000)
funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.

lisp/ChangeLog
lisp/gnus-logic.el

index f99fd7f..824b4b2 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-02  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-logic.el (gnus-advanced-integer): Swap arguments in
+       funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
+
 2002-07-31  Danny Siu  <dsiu@adobe.com>
 
        * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field 
index 77fc948..e6a1855 100644 (file)
 (defun gnus-advanced-integer (index match type)
   (if (not (memq type '(< > <= >= =)))
       (error "No such integer score type: %s" type)
-    (funcall type match (or (aref gnus-advanced-headers index) 0))))
+    (funcall type (or (aref gnus-advanced-headers index) 0) match)))
 
 (defun gnus-advanced-date (index match type)
   (let ((date (apply 'encode-time (parse-time-string