Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8220dfd0
Commit
8220dfd0
authored
Jun 28, 1993
by
Jim Blandy
Browse files
Doc fix.
parent
c3343fcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/faces.el
lisp/faces.el
+3
-3
No files found.
lisp/faces.el
View file @
8220dfd0
...
...
@@ -618,9 +618,9 @@ If NOERROR is non-nil, return nil on failure."
(
and
(
not
noerror
)
(
error
"No unitalic version of %S"
font1
)))))
;;; Make the
built
in faces; the C code knows these as
faces 0, 1, and 2,
;;; respectively, so they must be the first t
hree
faces
made.
;;; Make the
default and model
in
e
faces; the C code knows these as
;;;
faces 0 and 1,
respectively, so they must be the first t
wo
faces
;;; made.
(
defun
face-initialize
()
(
make-face
'default
)
(
make-face
'modeline
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment