Variable: gomoku-emacs-is-computing

gomoku-emacs-is-computing is a variable defined in gomoku.el.gz.

Value

nil

Documentation

Non-nil if Emacs is in the middle of a computation.

Source Code

;; Defined in /usr/src/emacs/lisp/play/gomoku.el.gz
(defvar gomoku-emacs-is-computing nil
  ;; This is used to detect interruptions. Hopefully, it should not be needed.
  "Non-nil if Emacs is in the middle of a computation.")