>>>>> "Mark" == Mark Buda writes: [...] Mark> (cond Mark> ; if only one is wild, the other one is better Mark> ((and x-wild (not y-wild)) Mark> nil) Mark> ((and (not x-wild) y-wild) Mark> t) Mark> ; otherwise, if only one is lisp, it is better Mark> ((and x-lisp (not y-lisp)) Mark> t) Mark> ((and (not x-lisp) y-lisp) Mark> nil) This condition is not necessary. Mark> ; otherwise, compare them some other arbitrary way Mark> (t Mark> (blah blah blah))) Done. Committed to CVS. -- Shenghuo ZHU 1999-11-03 15:27:38 Shenghuo ZHU * mailcap.el (mailcap-viewer-lessp): Fix bug.