Function: erc-status-sidebar--post-refresh

erc-status-sidebar--post-refresh is a byte-compiled function defined in erc-status-sidebar.el.gz.

Signature

(erc-status-sidebar--post-refresh &rest IGNORE)

Documentation

Schedule sidebar refresh for execution after command stack is cleared.

Ignore arguments in IGNORE, allowing this function to be added to hooks that invoke it with arguments.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-status-sidebar.el.gz
(defun erc-status-sidebar--post-refresh (&rest _ignore)
  "Schedule sidebar refresh for execution after command stack is cleared.

Ignore arguments in IGNORE, allowing this function to be added to
hooks that invoke it with arguments."
  (run-at-time 0 nil #'erc-status-sidebar-refresh))