Mercurial > hg > xemacs-beta
diff lisp/gnus/gnus-score.el @ 44:8d2a9b52c682 r19-15prefinal
Import from CVS: tag r19-15prefinal
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:55:10 +0200 |
parents | 8b8b7f3559a2 |
children | 131b0175ea99 |
line wrap: on
line diff
--- a/lisp/gnus/gnus-score.el Mon Aug 13 08:54:52 2007 +0200 +++ b/lisp/gnus/gnus-score.el Mon Aug 13 08:55:10 2007 +0200 @@ -908,7 +908,7 @@ "Add SCORE to all followups to the article in the current buffer." (interactive "P") (setq score (gnus-score-default score)) - (when (buffer-live-p gnus-summary-buffer) + (when (gnus-buffer-live-p gnus-summary-buffer) (save-excursion (save-restriction (message-narrow-to-headers) @@ -923,7 +923,7 @@ "Add SCORE to all later articles in the thread the current buffer is part of." (interactive "P") (setq score (gnus-score-default score)) - (when (buffer-live-p gnus-summary-buffer) + (when (gnus-buffer-live-p gnus-summary-buffer) (save-excursion (save-restriction (goto-char (point-min))