Function: so-long-inhibit
so-long-inhibit is a byte-compiled function defined in so-long.el.gz.
Signature
(so-long-inhibit &optional MODE)
Documentation
Prevent global-so-long-mode(var)/global-so-long-mode(fun) from having any effect.
This is a so-long-file-local-mode-function option.
Source Code
;; Defined in /usr/src/emacs/lisp/so-long.el.gz
(defun so-long-inhibit (&optional _mode)
"Prevent `global-so-long-mode' from having any effect.
This is a `so-long-file-local-mode-function' option."
(setq so-long--inhibited t))