mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-04 20:27:45 +00:00
* progmodes/compile.el (compilation-start-hook): Simplify docstring.
(Bug#13379)
This commit is contained in:
parent
35114711c0
commit
a1876c5c7d
@ -2,6 +2,7 @@
|
||||
|
||||
* progmodes/compile.el (compilation-error-regexp-alist-alist):
|
||||
Identify g++ template instantiation trace. (Bug#12287)
|
||||
(compilation-start-hook): Simplify docstring. (Bug#13379)
|
||||
|
||||
2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
|
@ -48,12 +48,8 @@
|
||||
|
||||
;;;###autoload
|
||||
(defcustom compilation-start-hook nil
|
||||
"List of hook functions run by `compilation-start' on the compilation process.
|
||||
\(See `run-hook-with-args').
|
||||
If you use \"omake -P\" and do not want \\[save-buffers-kill-terminal] to ask whether you want
|
||||
the compilation to be killed, you can use this hook:
|
||||
(add-hook 'compilation-start-hook
|
||||
(lambda (process) (set-process-query-on-exit-flag process nil)) nil t)"
|
||||
"Hook run after starting a new compilation process. The hook
|
||||
is run with one argument, the new process."
|
||||
:type 'hook
|
||||
:group 'compilation)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user