summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/compile.el1
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'."
(save-excursion
(goto-char (process-mark proc))
(insert-before-markers string)
+ (run-hooks 'compilation-filter-hook)
(set-marker (process-mark proc) (point)))))))
;; Return the cdr of compilation-old-error-list for the error containing point.