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
e08f9a0d
Commit
e08f9a0d
authored
Nov 27, 2003
by
Kim F. Storm
Browse files
(posn-object-x-y): New defun.
parent
f65536fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
lisp/subr.el
lisp/subr.el
+6
-0
No files found.
lisp/subr.el
View file @
e08f9a0d
...
...
@@ -757,6 +757,12 @@ POSITION should be a list of the form returned by the `event-start'
and `event-end' functions."
(
nth
4
position
))
(
defsubst
posn-object-x-y
(
position
)
"Return the x and y coordinates relative to the object of POSITION.
POSITION should be a list of the form returned by the `event-start'
and `event-end' functions."
(
nth
7
position
))
;;;; Obsolescent names for functions.
...
...
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