unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* recent faces.el change
@ 2007-09-18 19:37 Glenn Morris
  0 siblings, 0 replies; only message in thread
From: Glenn Morris @ 2007-09-18 19:37 UTC (permalink / raw)
  To: emacs-pretest-bug; +Cc: Richard Stallman


This change:

  2007-09-17  Richard Stallman  <rms@gnu.org>

  * 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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-18 19:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-18 19:37 recent faces.el change Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).