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
23c0fb21
Commit
23c0fb21
authored
Apr 26, 2000
by
Stefan Monnier
Browse files
(custom-face): Fix parenthesis.
parent
f03392a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/cus-edit.el
lisp/cus-edit.el
+1
-1
No files found.
lisp/ChangeLog
View file @
23c0fb21
2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
* cus-edit.el (custom-face): Fix parenthesis.
2000-04-26 Kenichi Handa <handa@etl.go.jp>
* mail/rmail.el (rmail-expunge): When there are no deleted
...
...
lisp/cus-edit.el
View file @
23c0fb21
...
...
@@ -2549,7 +2549,7 @@ Match frames with dark backgrounds.")
"Customize face."
:sample-face 'custom-face-tag-face
:help-echo "Set or reset this face."
:documentation-property #'face-doc-string
)
:documentation-property #'face-doc-string
:value-create 'custom-face-value-create
:action 'custom-face-action
:custom-category '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