emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/tex-mode.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/tex-mode.el [lexbind]
Date: Mon, 25 Oct 2004 00:41:10 -0400

Index: emacs/lisp/textmodes/tex-mode.el
diff -c emacs/lisp/textmodes/tex-mode.el:1.123.2.11 
emacs/lisp/textmodes/tex-mode.el:1.123.2.12
*** emacs/lisp/textmodes/tex-mode.el:1.123.2.11 Mon Oct 25 04:19:43 2004
--- emacs/lisp/textmodes/tex-mode.el    Mon Oct 25 04:22:30 2004
***************
*** 1946,1952 ****
  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)
--- 1946,1951 ----
***************
*** 2012,2019 ****
                      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"))
  
  ;;; The commands:
  
--- 2011,2017 ----
                      compilation-error-list))
          (goto-char end-of-error)))))
    (set-marker compilation-parsing-end (point))
!   (setq compilation-error-list (nreverse compilation-error-list)))
  
  ;;; The commands:
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]