diff lisp/faces.el @ 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 97897143b20e
children 6c6d674034cd
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)