aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-02-07 14:08:58 +0000
committerJuanma Barranquero2007-02-07 14:08:58 +0000
commitb533d0aec45dc211a0f40578029892dfeeeed3d0 (patch)
treee56d886507c778a05340834428293505d2715944
parent5167749c66455ef691d2011ce32a863a28e9f481 (diff)
downloademacs-b533d0aec45dc211a0f40578029892dfeeeed3d0.tar.gz
emacs-b533d0aec45dc211a0f40578029892dfeeeed3d0.zip
(face-valid-attribute-values): Use `defined-colors',
not its semi-obsolete alias `x-defined-colors'.
-rw-r--r--lisp/faces.el2
1 files changed, 1 insertions, 1 deletions
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."
944 (nconc (mapcar #'(lambda (x) (cons (symbol-name x) x)) 944 (nconc (mapcar #'(lambda (x) (cons (symbol-name x) x))
945 (internal-lisp-face-attribute-values attribute)) 945 (internal-lisp-face-attribute-values attribute))
946 (mapcar #'(lambda (c) (cons c c)) 946 (mapcar #'(lambda (c) (cons c c))
947 (x-defined-colors frame))) 947 (defined-colors frame)))
948 (mapcar #'(lambda (x) (cons (symbol-name x) x)) 948 (mapcar #'(lambda (x) (cons (symbol-name x) x))
949 (internal-lisp-face-attribute-values attribute)))) 949 (internal-lisp-face-attribute-values attribute))))
950 ((:foreground :background) 950 ((:foreground :background)