Mercurial > emacs
changeset 3297:3421b4474f83
* faces.el (x-resolve-font-name): Fix args to error; the format
string was changed, but not the arguments to be substituted.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sun, 30 May 1993 17:21:36 +0000 |
parents | 9425c2065167 |
children | 0b96c67ca1c5 |
files | lisp/faces.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Sun May 30 17:03:54 1993 +0000 +++ b/lisp/faces.el Sun May 30 17:21:36 1993 +0000 @@ -430,7 +430,7 @@ (if face (error "no fonts match `%S'." pattern) (error "no fonts matching pattern are the same size as `%s'." - pattern face))) + face))) (car fonts)) (cdr (assq 'font (frame-parameters (selected-frame))))))