Variable: erc-last-saved-position
erc-last-saved-position is a buffer-local variable defined in
erc.el.gz.
Documentation
A marker containing the position the current buffer was last saved at.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar-local erc-last-saved-position nil
"A marker containing the position the current buffer was last saved at.")