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
19fac299
Commit
19fac299
authored
May 24, 1993
by
Jim Blandy
Browse files
* faces.el (make-face): Change interactive spec to 'S'.
parent
c7a464d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/faces.el
lisp/faces.el
+1
-1
No files found.
lisp/faces.el
View file @
19fac299
...
...
@@ -201,7 +201,7 @@ If NAME is already a face, it is simply returned."
"Define a new FACE on all frames.
You can modify the font, color, etc of this face with the set-face- functions.
If the face already exists, it is unmodified."
(
interactive
"
s
Make face: "
)
(
interactive
"
S
Make face: "
)
(
or
(
internal-find-face
name
)
(
let
((
face
(
make-vector
8
nil
)))
(
aset
face
0
'face
)
...
...
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