Function: landmark-prompt-for-other-game
landmark-prompt-for-other-game is a byte-compiled function defined in
landmark.el.gz.
Signature
(landmark-prompt-for-other-game)
Documentation
Ask for another game, and start it.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/landmark.el.gz
(defun landmark-prompt-for-other-game ()
"Ask for another game, and start it."
(if (y-or-n-p "Another game? ")
(if (y-or-n-p "Retain learned weights?")
(landmark 2)
(landmark 1))
(message "Chicken!")))