]> git.eshelyaron.com Git - emacs.git/commitdiff
(compilation-filter): Run compilation-filter-hook.
authorRichard M. Stallman <rms@gnu.org>
Thu, 1 Feb 1996 07:22:14 +0000 (07:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 1 Feb 1996 07:22:14 +0000 (07:22 +0000)
lisp/progmodes/compile.el

index 3d57e0aa73e1173b2908df6230a4cbf9676ced80..1aa2dbadf92a29bf1201264e28bbfaf1f0d38319 100644 (file)
@@ -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.