Function: compilation-read-command

compilation-read-command is a byte-compiled function defined in compile.el.gz.

Signature

(compilation-read-command COMMAND)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/compile.el.gz
(defun compilation-read-command (command)
  (read-shell-command "Compile command: " command
                      (if (equal (car compile-history) command)
                          '(compile-history . 1)
                        'compile-history)))