* lisp/progmodes/compile.el (recompile): Autoload (bug#73697).

This commit is contained in:
Eli Zaretskii 2024-10-12 15:23:25 +03:00
parent bd5d84e5d3
commit a724a49708

View file

@ -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