Function: artist-ff-is-topmost-line

artist-ff-is-topmost-line is a byte-compiled function defined in artist.el.gz.

Signature

(artist-ff-is-topmost-line X Y)

Documentation

Determine whether the position X,Y is on the topmost line or not.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-ff-is-topmost-line (_x y)
  "Determine whether the position X,Y is on the topmost line or not."
  (= y 0))