Function: landmark-crash-game
landmark-crash-game is a byte-compiled function defined in
landmark.el.gz.
Signature
(landmark-crash-game)
Documentation
What to do when Emacs detects it has been interrupted.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/landmark.el.gz
(defun landmark-crash-game ()
"What to do when Emacs detects it has been interrupted."
(setq landmark-emacs-is-computing nil)
(landmark-terminate-game 'crash-game)
(sit-for 4) ; Let's see the message
(landmark-prompt-for-other-game))