Variable: global-auto-revert-ignore-buffer

global-auto-revert-ignore-buffer is a buffer-local variable defined in autorevert.el.gz.

Documentation

When non-nil, Global Auto-Revert Mode will not revert this buffer.

This variable can also be a predicate function, in which case it'll be called with one parameter (the buffer in question), and it should return non-nil to make Global Auto-Revert Mode not revert this buffer.

Probably introduced at or before Emacs version 27.1.

Source Code

;; Defined in /usr/src/emacs/lisp/autorevert.el.gz
(defvar-local global-auto-revert-ignore-buffer nil
  "When non-nil, Global Auto-Revert Mode will not revert this buffer.
This variable can also be a predicate function, in which case
it'll be called with one parameter (the buffer in question), and
it should return non-nil to make Global Auto-Revert Mode not
revert this buffer.")