Variable: erc--requiring-module-mode-p

erc--requiring-module-mode-p is a variable defined in erc.el.gz.

Value

nil

Documentation

Non-nil while doing (require 'erc-mymod) for mymod in erc-modules.

Used for inhibiting potentially recursive erc-update-modules invocations by third-party packages.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar erc--requiring-module-mode-p nil
  "Non-nil while doing (require \\='erc-mymod) for `mymod' in `erc-modules'.
Used for inhibiting potentially recursive `erc-update-modules'
invocations by third-party packages.")