* gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
[gnus] / lisp / gnus-sum.el
index 11e84c2..23b196d 100644 (file)
@@ -3452,7 +3452,7 @@ buffer that was in action when the last article was fetched."
          gnus-thread-indent-array-level gnus-thread-indent-level)
     (while (>= n 0)
       (aset gnus-thread-indent-array n
-           (make-string (* n gnus-thread-indent-level) ?\s))
+           (make-string (* n gnus-thread-indent-level) ? ))
       (setq n (1- n)))))
 
 (defun gnus-update-summary-mark-positions ()
@@ -6597,7 +6597,6 @@ displayed, no centering will be performed."
        ;; possible valid number, or the second line from the top,
        ;; whichever is the least.
        (let ((top-pos (save-excursion (forward-line (- top)) (point))))
-         (message "%s" top-pos)
          (if (> bottom top-pos)
              ;; Keep the second line from the top visible
              (set-window-start window top-pos)