diff lisp/gnus/gnus-score.el @ 42:8b8b7f3559a2 r19-15b104

Import from CVS: tag r19-15b104
author cvs
date Mon, 13 Aug 2007 08:54:51 +0200
parents e04119814345
children 8d2a9b52c682
line wrap: on
line diff
--- a/lisp/gnus/gnus-score.el	Mon Aug 13 08:54:26 2007 +0200
+++ b/lisp/gnus/gnus-score.el	Mon Aug 13 08:54:51 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 (gnus-buffer-live-p gnus-summary-buffer)
+  (when (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 (gnus-buffer-live-p gnus-summary-buffer)
+  (when (buffer-live-p gnus-summary-buffer)
     (save-excursion
       (save-restriction
 	(goto-char (point-min))