Function: tpu-unset-match

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

Signature

(tpu-unset-match)

Documentation

Unset match beginning and end markers.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/tpu-edt.el.gz
(defun tpu-unset-match nil
  "Unset match beginning and end markers."
  (set-marker tpu-match-beginning-mark nil)
  (set-marker tpu-match-end-mark nil))