From: Juanma Barranquero Date: Wed, 7 Feb 2007 14:08:58 +0000 (+0000) Subject: (face-valid-attribute-values): Use `defined-colors', X-Git-Tag: emacs-pretest-22.0.94~364 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b533d0aec45dc211a0f40578029892dfeeeed3d0;p=emacs.git (face-valid-attribute-values): Use `defined-colors', not its semi-obsolete alias `x-defined-colors'. --- 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)