diff lisp/faces.el @ 321:19dcec799385 r21-0-58

Import from CVS: tag r21-0-58
author cvs
date Mon, 13 Aug 2007 10:46:44 +0200
parents 341dac730539
children f2b5d7006b0a
line wrap: on
line diff
--- a/lisp/faces.el	Mon Aug 13 10:46:01 2007 +0200
+++ b/lisp/faces.el	Mon Aug 13 10:46:44 2007 +0200
@@ -1249,9 +1249,7 @@
 	     ;; and cache it...
 	     (set-frame-property frame 'custom-properties cache))
 	   cache))
-	;; We avoid this cache, because various frame and device
-	;; properties can change.
-	;;(default-custom-frame-properties)
+	(default-custom-frame-properties)
 	(t
 	 (setq default-custom-frame-properties
 	       (extract-custom-frame-properties (selected-frame))))))