mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-29
0f361cc985; Minor copyedits in description of ':box' face property46fe7a17f5Fix dragging mode line on text terminals with a mouse (bu...12daf386f3; * doc/lispref/processes.texi (Network): Fix wording and...037d858dc1(rust-ts-mode): Set electric-indent-charsdc9b733ab8js-ts-mode: Highlight function parameters inside destruct...4a72f13bdfjs-ts-mode: Highlight property shorthands in assignments83ed9018ed(js--treesit-font-lock-settings): Highlight parameters in...ad0f87bb4c(js--treesit-font-lock-settings): Remove some duplicates71c5f3694f; Another fix of doc string of 'message-mail-user-agent' ...04a39353ba; * lisp/gnus/message.el (message-mail-user-agent): Doc f...82ddcf37ec; * doc/lispref/files.texi (Changing Files): Fix last cha...89068516b3Don't claim to signal an error when deleting a nonexistin...4fd254e183* lisp/indent.el (indent-rigidly): Improve prompt (bug#67...5f923ff1a6; Fix typosa1f88963f5rust-ts-mode--comment-docstring: Handle block doc commentsa547b0e2e8rust-ts-mode--comment-docstring: Fix/improve the previous...
This commit is contained in:
commit
486094126b
65 changed files with 225 additions and 120 deletions
|
|
@ -1789,7 +1789,7 @@ to a function that generates a unique name."
|
|||
;; run compile with the default command line
|
||||
(defun recompile (&optional edit-command)
|
||||
"Re-compile the program including the current buffer.
|
||||
If this is run in a Compilation mode buffer, re-use the arguments from the
|
||||
If this is run in a Compilation mode buffer, reuse the arguments from the
|
||||
original use. Otherwise, recompile using `compile-command'.
|
||||
If the optional argument `edit-command' is non-nil, the command can be edited."
|
||||
(interactive "P")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue