Function: term-process-mark

term-process-mark is a byte-compiled function defined in term.el.gz.

Signature

(term-process-mark)

Documentation

The current process-mark for the term buffer process.

Source Code

;; Defined in /usr/src/emacs/lisp/term.el.gz
(defun term-process-mark ()
  "The current `process-mark' for the term buffer process."
  (process-mark (get-buffer-process (current-buffer))))