Variable: next-error--message-highlight-overlay

next-error--message-highlight-overlay is a buffer-local variable defined in simple.el.gz.

Documentation

Overlay highlighting the current error message in the next-error buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defvar-local next-error--message-highlight-overlay
  nil
  "Overlay highlighting the current error message in the `next-error' buffer.")