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
a1251f79
Commit
a1251f79
authored
Aug 11, 1993
by
Richard M. Stallman
Browse files
(show-paren-command-hook): Don't use value of make-face.
parent
f16a1ed3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/paren.el
lisp/paren.el
+2
-1
No files found.
lisp/paren.el
View file @
a1251f79
...
...
@@ -82,8 +82,9 @@
(
or
(
setq
show-paren-mismatch-face
(
internal-find-face
'paren-mismatch
))
(
progn
(
make-face
'paren-mismatch
)
(
setq
show-paren-mismatch-face
(
make-face
'paren-mismatch
)
)
'paren-mismatch
)
(
set-face-background
'paren-mismatch
"purple"
))))
(
if
show-paren-mismatch-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