Variable: compilation-auto-jump-to-next

compilation-auto-jump-to-next is a buffer-local variable defined in compile.el.gz.

Documentation

If non-nil, automatically jump to the next error encountered.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/compile.el.gz
(defvar-local compilation-auto-jump-to-next nil
  "If non-nil, automatically jump to the next error encountered.")