Synch to Gnus 200308260024.
authoryamaoka <yamaoka>
Tue, 26 Aug 2003 00:20:00 +0000 (00:20 +0000)
committeryamaoka <yamaoka>
Tue, 26 Aug 2003 00:20:00 +0000 (00:20 +0000)
lisp/gnus-art.el

index faa513c..7018e19 100644 (file)
@@ -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")