Mercurial > emacs
changeset 2862:a836ab73fb89
* subr.el (overlay-start, overlay-end, overlay-buffer): Removed.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 18 May 1993 20:36:11 +0000 |
parents | 6ecacffe7f92 |
children | c91f3cf7b7f1 |
files | lisp/subr.el |
diffstat | 1 files changed, 0 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Tue May 18 20:35:35 1993 +0000 +++ b/lisp/subr.el Tue May 18 20:36:11 1993 +0000 @@ -336,21 +336,6 @@ (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. (defalias 'make-syntax-table 'copy-syntax-table)