1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(face-valid-attribute-values): Use `defined-colors',

not its semi-obsolete alias `x-defined-colors'.
This commit is contained in:
Juanma Barranquero 2007-02-07 14:08:58 +00:00
parent 5167749c66
commit b533d0aec4

View 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)