]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/compile.el (recompile): Autoload (bug#73697).
authorEli Zaretskii <eliz@gnu.org>
Sat, 12 Oct 2024 12:23:25 +0000 (15:23 +0300)
committerEshel Yaron <me@eshelyaron.com>
Mon, 14 Oct 2024 17:39:45 +0000 (19:39 +0200)
(cherry picked from commit a724a497084dceb895f17eaea5b90bd13c05a769)

lisp/progmodes/compile.el

index de3b91495178299bfa4e50ff9f2238b3dad764e4..a13437e0b377f60620e5822af1860ae9bdcc3184 100644 (file)
@@ -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