Variable: so-long-enabled

so-long-enabled is a variable defined in so-long.el.gz.

Value

nil

Documentation

Internal use. Non-nil when any so-long functionality has been used.

Source Code

;; Defined in /usr/src/emacs/lisp/so-long.el.gz
(defvar so-long-enabled nil
  ;; This was initially a renaming of the old `so-long-mode-enabled' and
  ;; documented as "Set to nil to prevent `so-long' from being triggered
  ;; automatically."; however `so-long--ensure-enabled' may forcibly re-enable
  ;; it contrary to the user's expectations, so for the present this should be
  ;; considered internal-use only (with `global-so-long-mode' the interface
  ;; for enabling or disabling the automated behavior).  FIXME: Establish a
  ;; way to support the original use-case, or rename to `so-long--enabled'.
  "Internal use.  Non-nil when any `so-long' functionality has been used.")