From 13376c78309524643382d9d3697a086fc495e861 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 21 Oct 2004 22:26:06 +0000 Subject: [PATCH] (tex-compilation-parse-errors): Don't output messages. --- lisp/textmodes/tex-mode.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index ddcaaa0bf4f..5c5e0a4d1c7 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -1946,7 +1946,6 @@ since TeX does not put file names and line numbers on the same line as for the error messages." (require 'thingatpt) (setq compilation-error-list nil) - (message "Parsing error messages...") (let ((default-directory ; Perhaps dir has changed meanwhile. (file-name-directory (buffer-file-name tex-last-buffer-texed))) found-desired (num-errors-found 0) @@ -2012,8 +2011,7 @@ for the error messages." compilation-error-list)) (goto-char end-of-error))))) (set-marker compilation-parsing-end (point)) - (setq compilation-error-list (nreverse compilation-error-list)) - (message "Parsing error messages...done")) + (setq compilation-error-list (nreverse compilation-error-list))) ;;; The commands: -- 2.39.5