* cus-edit.el (custom-face-value-create): Don't ignore the
`customized-face' attribute when finding the current face spec.
+2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
+
+ * cus-edit.el (custom-face-value-create): Don't ignore the
+ `customized-face' attribute when finding the current face spec.
+
2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
* subr.el (with-local-quit): New macro.
(unless (widget-get widget :custom-form)
(widget-put widget :custom-form custom-face-default-form))
(let* ((symbol (widget-value widget))
- (spec (or (get symbol 'saved-face)
+ (spec (or (get symbol 'customized-face)
+ (get symbol 'saved-face)
(get symbol 'face-defface-spec)
;; Attempt to construct it.
(list (list t (custom-face-attributes-get