projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f35cbaa
)
Synch to Gnus 200308260024.
author
yamaoka
<yamaoka>
Tue, 26 Aug 2003 00:20:00 +0000
(
00:20
+0000)
committer
yamaoka
<yamaoka>
Tue, 26 Aug 2003 00:20:00 +0000
(
00:20
+0000)
lisp/gnus-art.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-art.el
b/lisp/gnus-art.el
index
faa513c
..
7018e19
100644
(file)
--- 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")