auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. eb2d64bede8587c864c30


From: Mosè Giordano
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. eb2d64bede8587c864c3031f233a0ae87c3f3a03
Date: Tue, 27 Sep 2016 10:34:15 +0000 (UTC)

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  eb2d64bede8587c864c3031f233a0ae87c3f3a03 (commit)
      from  0762736d56dfe3877950b81a217899fb7cbaf72b (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 eb2d64bede8587c864c3031f233a0ae87c3f3a03
Author: Mosè Giordano <address@hidden>
Date:   Tue Sep 27 12:30:37 2016 +0200

    Fix to my previous commit
    
    * tex-buf.el (TeX-BibTeX-sentinel): Fix misplaced `setq', it was inside
      the `cond' form while it should have been outside.

diff --git a/tex-buf.el b/tex-buf.el
index 94e3ece..d9648f8 100644
--- a/tex-buf.el
+++ b/tex-buf.el
@@ -1649,9 +1649,9 @@ Rerun to get mark in right position\\." nil t)
              "\\<TeX-mode-map>\\[TeX-recenter-output-buffer]")))
    (t
     (message (concat "BibTeX finished successfully. "
-                    "Run LaTeX again to get citations right.")))
-   ;; In any case, run the default next command.
-   (setq TeX-command-next TeX-command-default)))
+                    "Run LaTeX again to get citations right."))))
+  ;; In any case, run the default next command.
+  (setq TeX-command-next TeX-command-default))
 
 (defun TeX-Biber-sentinel (_process _name)
   "Cleanup TeX output buffer after running Biber."

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

Summary of changes:
 tex-buf.el |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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