From 34c69ae444b639ced7a9b6d7628635071b478bec Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 12 Oct 2024 15:23:25 +0300 Subject: [PATCH] * lisp/progmodes/compile.el (recompile): Autoload (bug#73697). (cherry picked from commit a724a497084dceb895f17eaea5b90bd13c05a769) --- lisp/progmodes/compile.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index de3b9149517..a13437e0b37 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -1855,6 +1855,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 -- 2.39.5