X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fgnus-range.el;h=2ce1106e4993e96ec4a0579dd4556952fa451df5;hb=b28454eed83f245c4160228b076134ce930b320a;hp=ed615edce577877a156706eae125ff109b3558c1;hpb=aa88205ebb3cd4ade3696b2faf1d72a687cffa49;p=gnus diff --git a/lisp/gnus-range.el b/lisp/gnus-range.el index ed615edce..2ce1106e4 100644 --- a/lisp/gnus-range.el +++ b/lisp/gnus-range.el @@ -1,5 +1,5 @@ ;;; gnus-range.el --- range and sequence functions for Gnus -;; Copyright (C) 1996 Free Software Foundation, Inc. +;; Copyright (C) 1996,97 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen ;; Keywords: news @@ -263,7 +263,7 @@ Note: LIST has to be sorted over `<'." (defun gnus-range-add (range1 range2) "Add RANGE2 to RANGE1 destructively." - (cond + (cond ;; If either are nil, then the job is quite easy. ((or (null range1) (null range2)) (or range1 range2))