This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  ae34515f48c4124869025d17c70762c2f5ab941b (commit)
      from  a8a803ce2f3fdd043fad69ce6c0c34f22f75dad9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ae34515f48c4124869025d17c70762c2f5ab941b
Author: Mosè Giordano <m...@gnu.org>
Date:   Mon Mar 28 22:35:51 2016 +0200

    Better control for presence of errors
    
    * tex-buf.el (TeX-LaTeX-sentinel): Use `TeX-error-report-switches'
      instead of `TeX-error-list'.

diff --git a/tex-buf.el b/tex-buf.el
index b271a98..1212ec7 100644
--- a/tex-buf.el
+++ b/tex-buf.el
@@ -1551,7 +1551,7 @@ Rerun to get mark in right position\\." nil t)
                 (md5 (current-buffer)))))
         (push (cons idx-file t) LaTeX-idx-changed-alist)))
 
-  (unless (memq 'error (mapcar #'car TeX-error-list))
+  (unless (plist-get TeX-error-report-switches (intern (TeX-master-file)))
     (run-hook-with-args 'TeX-after-compilation-finished-functions
                        (with-current-buffer TeX-command-buffer
                          (expand-file-name

-----------------------------------------------------------------------

Summary of changes:
 tex-buf.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX

_______________________________________________
auctex-diffs mailing list
auctex-di...@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to