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
41015524
Commit
41015524
authored
Feb 09, 2014
by
Lars Ingebrigtsen
Browse files
* subr.el (event-start): Say what a nil EVENT value means.
parent
87c79dcb
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/subr.el
lisp/subr.el
+2
-1
No files found.
lisp/ChangeLog
View file @
41015524
2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
* subr.el (event-start): Say what a nil EVENT value means.
* kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
(bug#14197).
...
...
lisp/subr.el
View file @
41015524
...
...
@@ -1019,7 +1019,8 @@ in the current Emacs session, then this function may return nil."
(
defun
event-start
(
event
)
"Return the starting position of EVENT.
EVENT should be a mouse click, drag, or key press event.
EVENT should be a mouse click, drag, or key press event. If
EVENT is nil, the value of `posn-at-point' is used instead.
The following accessor functions are used to access the elements
of the position:
...
...
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