From: Richard M. Stallman Date: Wed, 22 Jun 1994 21:28:17 +0000 (+0000) Subject: (make-face): Return the face name, not the vector. X-Git-Tag: emacs-19.34~7842 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ee29ed8e1c25a9bf6956ed19ec619bdc44a3655;p=emacs.git (make-face): Return the face name, not the vector. --- 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.