]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-summary-prepare-threads): Call `gnus-message' instead of `message'.
authorErik Naggum <erik@naggum.no>
Wed, 3 Apr 1996 18:22:06 +0000 (18:22 +0000)
committerErik Naggum <erik@naggum.no>
Wed, 3 Apr 1996 18:22:06 +0000 (18:22 +0000)
lisp/gnus.el

index a2c2f445ff068423b7d3ef9523e54c1220779d77..c72e407c2e7f4cc741c7caef96fc982bb76212a7 100644 (file)
@@ -6502,7 +6502,7 @@ Unscored articles will be counted as having a score of zero."
   "Prepare summary buffer from THREADS and indentation LEVEL.  
 THREADS is either a list of `(PARENT [(CHILD1 [(GRANDCHILD ...]...) ...])'  
 or a straight list of headers."
-  (message "Generating summary...")
+  (gnus-message 5 "Generating summary...")
   (let ((level 0)
        thread header number subject stack state gnus-tmp-gathered)
     (if (vectorp (car threads))
@@ -6628,7 +6628,7 @@ or a straight list of headers."
            (setq stack (cons (cons (max 0 level) (nthcdr 1 thread)) stack)))
        (setq level (1+ level))
        (setq threads (cdr (car thread))))))
-  (message "Generating summary...done"))
+  (gnus-message 5 "Generating summary...done"))