all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
To: Glenn Morris <rgm@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: recent change to custom-theme-recalc-face
Date: Sat, 05 Jan 2008 00:54:41 -0500	[thread overview]
Message-ID: <E1JB1zV-00066h-Ow@fencepost.gnu.org> (raw)
In-Reply-To: <8j3atefliy.fsf@fencepost.gnu.org> (message from Glenn Morris on Thu, 03 Jan 2008 20:05:09 -0500)

Does this give correct results?

*** custom.el	29 Dec 2007 22:33:29 -0500	1.140
--- custom.el	04 Jan 2008 07:49:55 -0500	
***************
*** 1176,1182 ****
  (defun custom-theme-recalc-face (face)
    "Set FACE according to currently enabled custom themes."
    (if (facep face)
!       (face-spec-recalc face)))
  \f
  ;;; XEmacs compability functions
  
--- 1176,1184 ----
  (defun custom-theme-recalc-face (face)
    "Set FACE according to currently enabled custom themes."
    (if (facep face)
!       (face-spec-set face 
! 		     (get (or (get face 'face-alias) face)
! 			  'face-override-spec))))
  \f
  ;;; XEmacs compability functions

       reply	other threads:[~2008-01-05  5:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <8j3atefliy.fsf@fencepost.gnu.org>
2008-01-05  5:54 ` Richard Stallman [this message]
2008-01-11  0:40   ` recent change to custom-theme-recalc-face Glenn Morris
2008-01-18  5:41     ` Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1JB1zV-00066h-Ow@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=rgm@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.