* cus-face.el (custom-theme-set-faces): Set face attributes
locally for each frame.
+2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
+
+ * cus-face.el (custom-theme-set-faces): Set face attributes
+ locally for each frame.
+
2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
(unless (facep face)
(make-empty-face face))
(put face 'face-comment comment)
- (face-spec-set face spec))
+ (dolist (frame (frame-list))
+ (face-spec-set face spec frame)))
(setq args (cdr args)))
;; Old format, a plist of FACE SPEC pairs.
(let ((face (nth 0 args))