[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
recent faces.el change
From: |
Glenn Morris |
Subject: |
recent faces.el change |
Date: |
Tue, 18 Sep 2007 15:37:55 -0400 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
This change:
2007-09-17 Richard Stallman <address@hidden>
* faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
alters existing behaviour:
emacs -Q
(face-spec-set 'font-lock-function-name-face
'((t (:foreground "red" :weight bold))))
M-x describe-face font-lock-function-name-face
-> the face is red and bold
M-x make-frame
In the new frame, the face has reverted to the default. This didn't
use to happen.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- recent faces.el change,
Glenn Morris <=