diff options
| author | Richard M. Stallman | 1996-02-01 07:22:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-02-01 07:22:14 +0000 |
| commit | d89793b7b87acd99c57a285f67d5d2cbdf996e14 (patch) | |
| tree | e548d46da99242945f0fe5d2383881fee9a1c18e | |
| parent | 3dbd9ee42d4bcf5b6eb2b845d206b48190ac1bcb (diff) | |
| download | emacs-d89793b7b87acd99c57a285f67d5d2cbdf996e14.tar.gz emacs-d89793b7b87acd99c57a285f67d5d2cbdf996e14.zip | |
(compilation-filter): Run compilation-filter-hook.
| -rw-r--r-- | lisp/progmodes/compile.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 3d57e0aa73e..1aa2dbadf92 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -645,6 +645,7 @@ Just inserts the text, but uses `insert-before-markers'." | |||
| 645 | (save-excursion | 645 | (save-excursion |
| 646 | (goto-char (process-mark proc)) | 646 | (goto-char (process-mark proc)) |
| 647 | (insert-before-markers string) | 647 | (insert-before-markers string) |
| 648 | (run-hooks 'compilation-filter-hook) | ||
| 648 | (set-marker (process-mark proc) (point))))))) | 649 | (set-marker (process-mark proc) (point))))))) |
| 649 | 650 | ||
| 650 | ;; Return the cdr of compilation-old-error-list for the error containing point. | 651 | ;; Return the cdr of compilation-old-error-list for the error containing point. |