Mercurial > emacs
changeset 14455:1ce19c0594b1
(compilation-filter): Run compilation-filter-hook.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 01 Feb 1996 07:22:14 +0000 |
parents | e5414c274414 |
children | fb11ccbe5c7c |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/compile.el Thu Feb 01 06:04:44 1996 +0000 +++ b/lisp/progmodes/compile.el Thu Feb 01 07:22:14 1996 +0000 @@ -645,6 +645,7 @@ (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.