Function: landmark-point-y

landmark-point-y is a byte-compiled function defined in landmark.el.gz.

Signature

(landmark-point-y)

Documentation

Return the board row where point is.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/landmark.el.gz
(defun landmark-point-y ()
  "Return the board row where point is."
  (1+ (/ (- (count-lines (point-min) (point))
            landmark-y-offset (if (bolp) 0 1))
         landmark-square-height)))