]> git.eshelyaron.com Git - emacs.git/commitdiff
(face-valid-attribute-values): Use `defined-colors',
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 7 Feb 2007 14:08:58 +0000 (14:08 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 7 Feb 2007 14:08:58 +0000 (14:08 +0000)
not its semi-obsolete alias `x-defined-colors'.

lisp/faces.el

index abe17f67c1716f5ed628de002734caed98d45a57..3bde81e5456a08df98b0cf338bb0281f85ce3313 100644 (file)
@@ -944,7 +944,7 @@ an integer value."
                 (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)