Variable: next-error-last-buffer

next-error-last-buffer is a variable defined in simple.el.gz.

Value

nil

Documentation

The most recent next-error buffer.

A buffer becomes most recent when its compilation, grep, or similar mode is started, or when it is used with C-x ` (next-error) or M-x compile-goto-error (compile-goto-error).

Aliases

compilation-last-buffer (obsolete since 29.1 (tho really since 22.1))

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defvar next-error-last-buffer nil
  "The most recent `next-error' buffer.
A buffer becomes most recent when its compilation, grep, or
similar mode is started, or when it is used with \\[next-error]
or \\[compile-goto-error].")