emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: recent change to custom-theme-recalc-face


From: Richard Stallman
Subject: Re: recent change to custom-theme-recalc-face
Date: Sat, 05 Jan 2008 00:54:41 -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)))
  
  ;;; 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))))
  
  ;;; XEmacs compability functions
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]