* lisp/progmodes/compile.el (recompile): Autoload (bug#73697).
This commit is contained in:
parent
bd5d84e5d3
commit
a724a49708
1 changed files with 1 additions and 0 deletions
|
@ -1832,6 +1832,7 @@ to a function that generates a unique name."
|
|||
(compilation-start command comint))
|
||||
|
||||
;; run compile with the default command line
|
||||
;;;###autoload
|
||||
(defun recompile (&optional edit-command)
|
||||
"Re-compile the program including the current buffer.
|
||||
If this is run in a Compilation mode buffer, reuse the arguments from the
|
||||
|
|
Loading…
Add table
Reference in a new issue