changeset 75703:374c5b932d28

(face-valid-attribute-values): Use `defined-colors', not its semi-obsolete alias `x-defined-colors'.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 07 Feb 2007 14:08:58 +0000
parents 78d94b04f6aa
children ba23fa191703
files lisp/faces.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/faces.el	Wed Feb 07 13:40:10 2007 +0000
+++ b/lisp/faces.el	Wed Feb 07 14:08:58 2007 +0000
@@ -944,7 +944,7 @@
                 (nconc (mapcar #'(lambda (x) (cons (symbol-name x) x))
                                (internal-lisp-face-attribute-values attribute))
                        (mapcar #'(lambda (c) (cons c c))
-                               (x-defined-colors frame)))
+                               (defined-colors frame)))
 	      (mapcar #'(lambda (x) (cons (symbol-name x) x))
 		      (internal-lisp-face-attribute-values attribute))))
            ((:foreground :background)