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 8a2bd0bfbc4b401f36d488dcb6dbc0282af8d4c1 (commit) from 3b5f047045557baa00f6a5bc26cf1b24037145a8 (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 8a2bd0bfbc4b401f36d488dcb6dbc0282af8d4c1 Author: Mosè Giordano <m...@gnu.org> Date: Mon Oct 5 23:23:52 2015 +0200 Fix previous commit. diff --git a/context.el b/context.el index ccd32a5..62d7b3a 100644 --- a/context.el +++ b/context.el @@ -571,11 +571,11 @@ inserted after the sectioning command." (cond ((TeX-TeX-sentinel-check process name)) ((re-search-forward "fatal error: " nil t) (message (concat name ": problems after " - (TeX-current-pages name))) + (TeX-current-pages))) (setq TeX-command-next TeX-command-default)) (t (message (concat name ": successfully formatted " - (TeX-current-pages name))) + (TeX-current-pages))) (setq TeX-command-next TeX-command-Show)))) ;; Mark II (t ----------------------------------------------------------------------- Summary of changes: context.el | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- GNU AUCTeX
_______________________________________________ auctex-diffs mailing list auctex-di...@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-diffs