glyph-image, generate feature `sources@gallica' and display them if
the corresponding HNG-card object has feature `->glyph-image@gallica'.
'=id HNG-card-id
'hng-card)))
(put-char-attribute object 'sources@HNG/card (list HNG-card-cobj))
- (if (setq ret (concord-object-get
- HNG-card-cobj
- '->glyph-image@zinbun/takuhon))
- (put-char-attribute object 'sources@zinbun/takuhon ret))
+ (cond ((setq ret (concord-object-get
+ HNG-card-cobj
+ '->glyph-image@zinbun/takuhon))
+ (put-char-attribute object 'sources@zinbun/takuhon ret)
+ )
+ ((setq ret (concord-object-get
+ HNG-card-cobj
+ '->glyph-image@gallica))
+ (put-char-attribute object 'sources@gallica ret)
+ ))
)
(setq object-spec
(cond