`insert-char-attributes' if non-CCS attributes is not specified in a
value of `char' attribute.
(insert-char-attributes): Use nil as `attributes' if non-nil-list is
specified for the argument.
(setq value (cdr value)))
(insert-char-attributes ret
readable
- al cal))
+ (or al 'none) cal))
(insert (prin1-to-string value)))
(insert ")")
(insert line-breaking))
column)
(setq attributes
(if attributes
- (copy-sequence attributes)
+ (if (consp attributes)
+ (copy-sequence attributes))
(sort (char-attribute-list) #'char-attribute-name<)))
(setq ccs-attributes
(if ccs-attributes