Variable: compilation-auto-jump-to-first-error

compilation-auto-jump-to-first-error is a customizable variable defined in compile.el.gz.

Value

nil

Documentation

If non-nil, automatically jump to the first error during compilation.

This variable was added, or its default value changed, in Emacs 23.1.

Probably introduced at or before Emacs version 23.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/compile.el.gz
(defcustom compilation-auto-jump-to-first-error nil
  "If non-nil, automatically jump to the first error during compilation."
  :type 'boolean
  :version "23.1")