emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex 8a2bd0b 68/78: Fix previous commit.


From: Tassilo Horn
Subject: [elpa] externals/auctex 8a2bd0b 68/78: Fix previous commit.
Date: Mon, 19 Oct 2015 09:11:14 +0000

branch: externals/auctex
commit 8a2bd0bfbc4b401f36d488dcb6dbc0282af8d4c1
Author: Mosè Giordano <address@hidden>
Commit: Mosè Giordano <address@hidden>

    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



reply via email to

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