Variable: compilation-messages-start

compilation-messages-start is a variable defined in compile.el.gz.

Value

nil

Documentation

Buffer position of the beginning of the compilation messages.

If nil, use the beginning of buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/compile.el.gz
(defvar compilation-messages-start nil
  "Buffer position of the beginning of the compilation messages.
If nil, use the beginning of buffer.")