mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-28 10:56:36 +00:00
(make-face): Return the face name, not the vector.
This commit is contained in:
parent
9bb8e471fd
commit
7ee29ed8e1
@ -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…
Reference in New Issue
Block a user