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
d28242e1
Commit
d28242e1
authored
Dec 29, 2002
by
Markus Rost
Browse files
(defface button): Add group.
parent
5c39e45a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/button.el
lisp/button.el
+2
-1
No files found.
lisp/ChangeLog
View file @
d28242e1
...
...
@@ -16,6 +16,8 @@
2002-12-29 Markus Rost <rost@math.ohio-state.edu>
* button.el (defface button): Add group.
* cus-edit.el (customize-browse): Call `widget-setup'.
2002-12-29 Andreas Schwab <schwab@suse.de>
...
...
lisp/button.el
View file @
d28242e1
...
...
@@ -53,7 +53,8 @@
(
defface
button
'
((((
type
pc
)
(
class
color
))
(
:foreground
"lightblue"
))
(
t
:underline
t
))
"Default face used for buttons."
)
"Default face used for buttons."
:group
'faces
)
;;;###autoload
(
defvar
button-map
...
...
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