diff options
| -rw-r--r-- | lisp/faces.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index 458ebfd0177..f08d7631ffa 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -618,9 +618,9 @@ If NOERROR is non-nil, return nil on failure." | |||
| 618 | (and (not noerror) | 618 | (and (not noerror) |
| 619 | (error "No unitalic version of %S" font1))))) | 619 | (error "No unitalic version of %S" font1))))) |
| 620 | 620 | ||
| 621 | ;;; Make the builtin faces; the C code knows these as faces 0, 1, and 2, | 621 | ;;; Make the default and modeline faces; the C code knows these as |
| 622 | ;;; respectively, so they must be the first three faces made. | 622 | ;;; faces 0 and 1, respectively, so they must be the first two faces |
| 623 | 623 | ;;; made. | |
| 624 | (defun face-initialize () | 624 | (defun face-initialize () |
| 625 | (make-face 'default) | 625 | (make-face 'default) |
| 626 | (make-face 'modeline) | 626 | (make-face 'modeline) |