Function: landmark-end-of-line

landmark-end-of-line is an interactive and byte-compiled function defined in landmark.el.gz.

Signature

(landmark-end-of-line)

Documentation

Move point to last square on the Landmark board row.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/landmark.el.gz
(defun landmark-end-of-line ()
  "Move point to last square on the Landmark board row."
  (interactive)
  (move-to-column (+ landmark-x-offset
		     (* landmark-square-width (1- landmark-board-width)))))