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
b0383de2
Commit
b0383de2
authored
Jun 27, 1997
by
Richard M. Stallman
Browse files
(facemenu-add-new-face): Fix comma in backquote.
parent
e5d0f709
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/facemenu.el
lisp/facemenu.el
+1
-1
No files found.
lisp/facemenu.el
View file @
b0383de2
...
...
@@ -621,7 +621,7 @@ Automatically called when a new face is created."
`
(
lambda
()
,
docstring
(
interactive
)
(
facemenu-set-face
(
quote
(
,
face
))))
)
(
facemenu-set-face
(
quote
,
face
))))
(
define-key
'facemenu-keymap
key
(
cons
name
function
))
(
define-key
menu
key
(
cons
name
function
)))
((
facemenu-iterate
; check if equivalent face is already in the menu
...
...
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