Function: landmark-print-moves
landmark-print-moves is an interactive and byte-compiled function
defined in landmark.el.gz.
Signature
(landmark-print-moves MOVES)
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/landmark.el.gz
(defun landmark-print-moves (moves)
(interactive)
(with-current-buffer "*landmark-moves*"
(insert (format "%S\n" moves))))