branch: externals/auctex commit 8a2bd0bfbc4b401f36d488dcb6dbc0282af8d4c1 Author: Mosè Giordano <m...@gnu.org> Commit: Mosè Giordano <m...@gnu.org>
Fix previous commit. --- context.el | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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