(make-face): Return the face name, not the vector.
This commit is contained in:
parent
9bb8e471fd
commit
7ee29ed8e1
1 changed files with 2 additions and 1 deletions
|
@ -230,7 +230,8 @@ If the face already exists, it is unmodified."
|
|||
;; when making a face after frames already exist
|
||||
(if (eq window-system 'x)
|
||||
(make-face-x-resource-internal face))
|
||||
face)))
|
||||
face))
|
||||
name)
|
||||
|
||||
;; Fill in a face by default based on X resources, for all existing frames.
|
||||
;; This has to be done when a new face is made.
|
||||
|
|
Loading…
Add table
Reference in a new issue