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. 6fd235f1a3592109cd979


From: Ikumi Keita
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 6fd235f1a3592109cd9794a063151cea75e738d3
Date: Mon, 29 May 2017 11:21:54 -0400 (EDT)

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  6fd235f1a3592109cd9794a063151cea75e738d3 (commit)
      from  370a4b92155aebf3d0860c1211617d14d8e7951c (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 6fd235f1a3592109cd9794a063151cea75e738d3
Author: Ikumi Keita <address@hidden>
Date:   Tue May 30 00:21:04 2017 +0900

    ; * tex-buf.el (TeX-adjust-process-coding-system): Avoid a compilation 
warning.

diff --git a/tex-buf.el b/tex-buf.el
index 0af6551..c39d059 100644
--- a/tex-buf.el
+++ b/tex-buf.el
@@ -990,6 +990,7 @@ adjusted to OS default value.  Take care of Japanese TeX, 
which
 requires special treatment."
   (when (featurep 'mule)
     (if (and (boundp 'japanese-TeX-mode)
+            (fboundp 'japanese-TeX-set-process-coding-system)
             (with-current-buffer TeX-command-buffer
               japanese-TeX-mode))
        (japanese-TeX-set-process-coding-system process)

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

Summary of changes:
 tex-buf.el | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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