Function: tpu-match-beginning

tpu-match-beginning is a byte-compiled function defined in tpu-edt.el.gz.

Signature

(tpu-match-beginning)

Documentation

Return the location of the last match beginning.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/tpu-edt.el.gz
(defun tpu-match-beginning nil
  "Return the location of the last match beginning."
  (marker-position tpu-match-beginning-mark))