aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)