Function: parseclj-lex-at-eof-p
parseclj-lex-at-eof-p is a byte-compiled function defined in
parseclj-lex.el.
Signature
(parseclj-lex-at-eof-p)
Documentation
Return t if point is at the end of file.
Source Code
;; Defined in ~/.emacs.d/elpa/parseclj-20231203.1905/parseclj-lex.el
(defun parseclj-lex-at-eof-p ()
"Return t if point is at the end of file."
(eq (point) (point-max)))