Variable: comp-async-compilations

comp-async-compilations is a variable defined in comp-run.el.gz.

Value

#s(hash-table test equal)

Documentation

Hash table file-name -> async compilation process.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp-run.el.gz
(defvar comp-async-compilations (make-hash-table :test #'equal)
  "Hash table file-name -> async compilation process.")