mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-09 09:16:02 -08:00
* subr.el (overlay-start, overlay-end, overlay-buffer): Removed.
This commit is contained in:
parent
51facdef2e
commit
ee5fb85ff1
1 changed files with 0 additions and 15 deletions
15
lisp/subr.el
15
lisp/subr.el
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue