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 8c199fcfb70..02de29f02b4 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -675,7 +675,7 @@ also the same size as FACE on FRAME, or fail." | |||
| 675 | (setq frame nil)) | 675 | (setq frame nil)) |
| 676 | (if pattern | 676 | (if pattern |
| 677 | ;; Note that x-list-fonts has code to handle a face with nil as its font. | 677 | ;; Note that x-list-fonts has code to handle a face with nil as its font. |
| 678 | (let ((fonts (x-list-fonts pattern face frame))) | 678 | (let ((fonts (x-list-fonts pattern face frame 1))) |
| 679 | (or fonts | 679 | (or fonts |
| 680 | (if face | 680 | (if face |
| 681 | (if (string-match "\\*" pattern) | 681 | (if (string-match "\\*" pattern) |