all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: recent change to custom-theme-recalc-face
       [not found] <8j3atefliy.fsf@fencepost.gnu.org>
@ 2008-01-05  5:54 ` Richard Stallman
  2008-01-11  0:40   ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Stallman @ 2008-01-05  5:54 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: recent change to custom-theme-recalc-face
  2008-01-05  5:54 ` recent change to custom-theme-recalc-face Richard Stallman
@ 2008-01-11  0:40   ` Glenn Morris
  2008-01-18  5:41     ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2008-01-11  0:40 UTC (permalink / raw)
  To: rms; +Cc: emacs-devel

Richard Stallman wrote:

> Does this give correct results?

From just looking at the code, it looks OK.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: recent change to custom-theme-recalc-face
  2008-01-11  0:40   ` Glenn Morris
@ 2008-01-18  5:41     ` Glenn Morris
  0 siblings, 0 replies; 3+ messages in thread
From: Glenn Morris @ 2008-01-18  5:41 UTC (permalink / raw)
  To: rms; +Cc: emacs-devel

Glenn Morris wrote:

> Richard Stallman wrote:
>
>> Does this give correct results?
>
>>From just looking at the code, it looks OK.

Installed for you, since: a) you're obviously busy, and b) probably
right is better than obviously wrong.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-01-18  5:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <8j3atefliy.fsf@fencepost.gnu.org>
2008-01-05  5:54 ` recent change to custom-theme-recalc-face Richard Stallman
2008-01-11  0:40   ` Glenn Morris
2008-01-18  5:41     ` 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.