all messages for Emacs-related lists mirrored at yhetil.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.