Variable: landmark-emacs-is-computing
landmark-emacs-is-computing is a variable defined in landmark.el.gz.
Value
nil
Documentation
Non-nil if Emacs is in the middle of a computation.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/landmark.el.gz
(defvar landmark-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.")