diff options
| -rw-r--r-- | lisp/faces.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index 4eb7db8015f..4b6d3812d2d 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -430,7 +430,7 @@ also the same size as FACE on FRAME." | |||
| 430 | (if face | 430 | (if face |
| 431 | (error "no fonts match `%S'." pattern) | 431 | (error "no fonts match `%S'." pattern) |
| 432 | (error "no fonts matching pattern are the same size as `%s'." | 432 | (error "no fonts matching pattern are the same size as `%s'." |
| 433 | pattern face))) | 433 | face))) |
| 434 | (car fonts)) | 434 | (car fonts)) |
| 435 | (cdr (assq 'font (frame-parameters (selected-frame)))))) | 435 | (cdr (assq 'font (frame-parameters (selected-frame)))))) |
| 436 | 436 | ||