Mercurial > emacs
changeset 8011:1bb462fc29fc
(make-face): Return the face name, not the vector.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 22 Jun 1994 21:28:17 +0000 |
parents | e199eda519b5 |
children | df03bfa5b694 |
files | lisp/faces.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Wed Jun 22 20:37:41 1994 +0000 +++ b/lisp/faces.el Wed Jun 22 21:28:17 1994 +0000 @@ -230,7 +230,8 @@ ;; 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.