(make-face): Return the face name, not the vector.

This commit is contained in:
Richard M. Stallman 1994-06-22 21:28:17 +00:00
parent 9bb8e471fd
commit 7ee29ed8e1

View file

@ -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.