[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master a724a497084: * lisp/progmodes/compile.el (recompile): Autoload (b
From: |
Eli Zaretskii |
Subject: |
master a724a497084: * lisp/progmodes/compile.el (recompile): Autoload (bug#73697). |
Date: |
Sat, 12 Oct 2024 08:23:48 -0400 (EDT) |
branch: master
commit a724a497084dceb895f17eaea5b90bd13c05a769
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>
* lisp/progmodes/compile.el (recompile): Autoload (bug#73697).
---
lisp/progmodes/compile.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index a78ac1b6462..03e6ee4021b 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master a724a497084: * lisp/progmodes/compile.el (recompile): Autoload (bug#73697).,
Eli Zaretskii <=