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
ee5fb85f
Commit
ee5fb85f
authored
May 18, 1993
by
Jim Blandy
Browse files
* subr.el (overlay-start, overlay-end, overlay-buffer): Removed.
parent
51facdef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
lisp/subr.el
lisp/subr.el
+0
-15
No files found.
lisp/subr.el
View file @
ee5fb85f
...
...
@@ -335,21 +335,6 @@ POSITION should be a list of the form
nas returned by the `event-start' and `event-end' functions."
(
nth
3
position
))
;;;; Overlay dissection functions.
(
defsubst
overlay-start
(
overlay
)
"Return the position at which OVERLAY starts."
(
marker-position
(
car
(
car
overlay
))))
(
defsubst
overlay-end
(
overlay
)
"Return the position at which OVERLAY ends."
(
marker-position
(
cdr
(
car
overlay
))))
(
defsubst
overlay-buffer
(
overlay
)
"Return the buffer OVERLAY belongs to."
(
marker-buffer
(
overlay-start
overlay
)))
;;;; 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