Function: auto-revert--global-possibly-adopt-current-buffer
auto-revert--global-possibly-adopt-current-buffer is a byte-compiled
function defined in autorevert.el.gz.
Signature
(auto-revert--global-possibly-adopt-current-buffer)
Documentation
Consider tracking current buffer in a running Global Auto-Revert mode.
This tracks buffers if global-auto-revert-non-file-buffers is non-nil.
Source Code
;; Defined in /usr/src/emacs/lisp/autorevert.el.gz
(defun auto-revert--global-possibly-adopt-current-buffer ()
"Consider tracking current buffer in a running Global Auto-Revert mode.
This tracks buffers if `global-auto-revert-non-file-buffers' is non-nil."
(when global-auto-revert-non-file-buffers
(auto-revert--global-adopt-current-buffer)))