Function: edt-match-beginning
edt-match-beginning is a byte-compiled function defined in edt.el.gz.
Signature
(edt-match-beginning)
Documentation
Return the location of the last match beginning.
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/edt.el.gz
(defun edt-match-beginning nil
"Return the location of the last match beginning."
(1- (marker-position edt-match-beginning-mark)))