Function: landmark-point-square

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

Signature

(landmark-point-square)

Documentation

Return the index of the square point is on.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/landmark.el.gz
(defun landmark-point-square ()
  "Return the index of the square point is on."
    (landmark-xy-to-index (1+ (/ (- (current-column) landmark-x-offset)
			       landmark-square-width))
                      (landmark-point-y)))