mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 20:32:00 -08:00
2007-09-07 Johan Bockg� <bojohan@gnu.org>
* cus-face.el (custom-theme-set-faces): Set face attributes locally for each frame.
This commit is contained in:
parent
a227f16320
commit
e141eb2e97
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2007-09-07 Johan Bockg,Ae(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
|
||||
|
|
|
|||
|
|
@ -342,7 +342,8 @@ FACE's list property `theme-face' \(using `custom-push-theme')."
|
|||
(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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue