Variable: next-error-hook

next-error-hook is a customizable variable defined in simple.el.gz.

Value

nil

Documentation

List of hook functions run by next-error after visiting source file.

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defcustom next-error-hook nil
  "List of hook functions run by `next-error' after visiting source file."
  :type 'hook
  :group 'next-error)