From b533d0aec45dc211a0f40578029892dfeeeed3d0 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 7 Feb 2007 14:08:58 +0000 Subject: [PATCH] (face-valid-attribute-values): Use `defined-colors', not its semi-obsolete alias `x-defined-colors'. --- lisp/faces.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/faces.el b/lisp/faces.el index abe17f67c17..3bde81e5456 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -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) -- 2.39.2