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:
parent
5167749c66
commit
b533d0aec4
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue