]> git.eshelyaron.com Git - emacs.git/commitdiff
(make-face): Return the face name, not the vector.
authorRichard M. Stallman <rms@gnu.org>
Wed, 22 Jun 1994 21:28:17 +0000 (21:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 22 Jun 1994 21:28:17 +0000 (21:28 +0000)
lisp/faces.el

index 8f008a42898a61415ad7dad4b6f5b038d414242d..ff208f8352fdfca3e7f22677cb453532eca6705e 100644 (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.