Function: erc-end-of-input-line
erc-end-of-input-line is a byte-compiled function defined in
erc.el.gz.
Signature
(erc-end-of-input-line)
Documentation
Return the value of point at the end of the input line.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defun erc-end-of-input-line ()
"Return the value of `point' at the end of the input line."
(point-max))