Function: erc-stamp--refresh-left-margin-prompt

erc-stamp--refresh-left-margin-prompt is a byte-compiled function defined in erc-stamp.el.gz.

Signature

(erc-stamp--refresh-left-margin-prompt)

Documentation

Forcefully-recompute display property of prompt in left margin.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defun erc-stamp--refresh-left-margin-prompt ()
  "Forcefully-recompute display property of prompt in left margin."
  (with-silent-modifications
    (unless (functionp erc-prompt)
      (setq erc-stamp--last-prompt nil))
    (erc--refresh-prompt)))