summaryrefslogtreecommitdiff
path: root/lisp/faces.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-06-22 21:28:17 +0000
committerRichard M. Stallman <rms@gnu.org>1994-06-22 21:28:17 +0000
commitffc58cfd60c96389444ba2280e497bbe80ac6a94 (patch)
tree31a2c998afc1b23cdb7decf3fbb6e0890517b616 /lisp/faces.el
parent058422f58d6cfcce2f2c6f72280210f1f8ed2f23 (diff)
downloademacs-ffc58cfd60c96389444ba2280e497bbe80ac6a94.tar.gz
(make-face): Return the face name, not the vector.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r--lisp/faces.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 8f008a42898..ff208f8352f 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -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.