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
1e00f720
Commit
1e00f720
authored
Oct 08, 2001
by
Miles Bader
Browse files
(button-activate): USE-MOUSE-ACTION is optional.
parent
9180dc8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/button.el
lisp/button.el
+1
-1
No files found.
lisp/button.el
View file @
1e00f720
...
...
@@ -184,7 +184,7 @@ Buttons inherit them by setting their `category' property to that symbol."
(
point-max
))
prop
val
)))
(
defsubst
button-activate
(
button
use-mouse-action
)
(
defsubst
button-activate
(
button
&optional
use-mouse-action
)
"Call BUTTON's action property.
If USE-MOUSE-ACTION is non-nil, invoke the button's mouse-action
instead of its normal action; if the button has no mouse-action,
...
...
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