Function: erc-stamp--update-saved-position

erc-stamp--update-saved-position is a byte-compiled function defined in erc-stamp.el.gz.

Signature

(erc-stamp--update-saved-position &rest _)

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defun erc-stamp--update-saved-position (&rest _)
  (remove-hook 'erc-stamp--insert-date-hook
               #'erc-stamp--update-saved-position t)
  (move-marker erc-last-saved-position (1- (point-max))))