From 4473136d9e37699df0d83876a303285b6456cf51 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 24 Apr 2003 01:10:29 +0000 Subject: [PATCH] Synch to Oort Gnus 200304240111. --- lisp/ChangeLog | 5 +++++ lisp/gnus-msg.el | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e9b06d5..fc7e962 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-04-24 Katsumi Yamaoka + + * gnus-msg.el (gnus-inews-do-gcc): Make sure the obsolete variable + gnus-inews-mark-gcc-as-read exists. + 2003-04-23 Simon Josefsson * gnus-sieve.el (gnus-sieve-generate): Rewrite regexp search so it diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el index 726cd8c..303655a 100644 --- a/lisp/gnus-msg.el +++ b/lisp/gnus-msg.el @@ -1868,7 +1868,9 @@ this is a reply." ;; Gnus is not running? (gnus-alive-p) (or gnus-gcc-mark-as-read - gnus-inews-mark-gcc-as-read)) + (and + (boundp 'gnus-inews-mark-gcc-as-read) + (symbol-value 'gnus-inews-mark-gcc-as-read)))) (gnus-group-mark-article-read group (cdr group-art))) (kill-buffer (current-buffer))))))))) -- 1.7.10.4