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