Variable: landmark-output-moves

landmark-output-moves is a customizable variable defined in landmark.el.gz.

Value

t

Documentation

If non-nil, output number of moves so far on a move-by-move basis.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/landmark.el.gz
(defcustom landmark-output-moves t
  "If non-nil, output number of moves so far on a move-by-move basis."
  :type 'boolean)