Variable: term-goto-process-mark

term-goto-process-mark is a buffer-local variable defined in term.el.gz.

Documentation

Whether to reset point to the current process mark after this command.

Set in pre-command-hook in char mode by term-set-goto-process-mark.

Source Code

;; Defined in /usr/src/emacs/lisp/term.el.gz
(defvar-local term-goto-process-mark t
  "Whether to reset point to the current process mark after this command.

Set in `pre-command-hook' in char mode by `term-set-goto-process-mark'.")