diff lisp/gnus/gnus-range.el @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 0293115a14e9
children
line wrap: on
line diff
--- a/lisp/gnus/gnus-range.el	Mon Aug 13 08:51:58 2007 +0200
+++ b/lisp/gnus/gnus-range.el	Mon Aug 13 08:52:29 2007 +0200
@@ -263,7 +263,7 @@
 
 (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))