From: Richard M. Stallman Date: Thu, 1 Feb 1996 07:22:14 +0000 (+0000) Subject: (compilation-filter): Run compilation-filter-hook. X-Git-Tag: emacs-19.34~1405 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d89793b7b87acd99c57a285f67d5d2cbdf996e14;p=emacs.git (compilation-filter): Run compilation-filter-hook. --- 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.