(custom-theme-recalc-face): Use face-spec-set rather than
face-spec-recalc.
+2008-01-18 Richard Stallman <rms@gnu.org>
+
+ * custom.el (custom-theme-recalc-face): Use face-spec-set rather
+ than face-spec-recalc.
+
2008-01-18 Glenn Morris <rgm@gnu.org>
* ibuffer.el (ibuffer-mode): Fix typo in previous change.
(defun custom-theme-recalc-face (face)
"Set FACE according to currently enabled custom themes."
(if (facep face)
- (face-spec-recalc face)))
+ (face-spec-set face
+ (get (or (get face 'face-alias) face)
+ 'face-override-spec))))
\f
;;; XEmacs compability functions