Variable: erc-modified-channels-update-inside
erc-modified-channels-update-inside is a variable defined in
erc-track.el.gz.
Value
nil
Documentation
Variable to prevent running erc-modified-channels-update multiple times.
Without it, you cannot debug erc-modified-channels-display,
because the debugger also causes changes to the
window-configuration.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-track.el.gz
(defvar erc-modified-channels-update-inside nil
"Variable to prevent running `erc-modified-channels-update' multiple times.
Without it, you cannot debug `erc-modified-channels-display',
because the debugger also causes changes to the
window-configuration.")