Mercurial > hg > xemacs-beta
diff lisp/faces.el @ 219:262b8bb4a523 r20-4b8
Import from CVS: tag r20-4b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:09:35 +0200 |
parents | d44af0c54775 |
children | 0e522484dd2a |
line wrap: on
line diff
--- a/lisp/faces.el Mon Aug 13 10:08:36 2007 +0200 +++ b/lisp/faces.el Mon Aug 13 10:09:35 2007 +0200 @@ -1237,7 +1237,9 @@ ;; and cache it... (set-frame-property frame 'custom-properties cache)) cache)) - (default-custom-frame-properties) + ;; We avoid this cache, because various frame and device + ;; properties can change. + ;;(default-custom-frame-properties) (t (setq default-custom-frame-properties (extract-custom-frame-properties (selected-frame))))))