From: yamaoka Date: Tue, 26 Aug 2003 00:20:00 +0000 (+0000) Subject: Synch to Gnus 200308260024. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f33c74e4f26487e8db7a97902a9220323fbf42ea;p=elisp%2Fgnus.git- Synch to Gnus 200308260024. --- diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index faa513c..7018e19 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -1225,7 +1225,9 @@ See Info node `(gnus)Customizing Articles' and Info node :set (lambda (symbol value) (custom-set-default symbol - (cond ((boundp 'gnus-treat-display-xface) + (cond ((or (boundp symbol) (get symbol 'saved-value)) + value) + ((boundp 'gnus-treat-display-xface) (message "\ ** gnus-treat-display-xface is an obsolete variable;\ use gnus-treat-display-x-face instead")