Variable: compilation-current-error
compilation-current-error is a variable defined in compile.el.gz.
Value
nil
Documentation
Marker to the location from where the next error will be found.
The global commands next/previous/first-error/goto-error use this.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/compile.el.gz
(defvar compilation-current-error nil
"Marker to the location from where the next error will be found.
The global commands next/previous/first-error/goto-error use this.")