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. 2df27462bca8f2d12a5e5


From: Ikumi Keita
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 2df27462bca8f2d12a5e5de56971722e33074f56
Date: Wed, 20 Dec 2017 03:16:14 -0500 (EST)

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  2df27462bca8f2d12a5e5de56971722e33074f56 (commit)
      from  45d9e1bed337589648d4de261d3d9cd68a1b2552 (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 2df27462bca8f2d12a5e5de56971722e33074f56
Author: Ikumi Keita <address@hidden>
Date:   Wed Dec 20 17:15:12 2017 +0900

    Delete unused options
    
    * tex-jp.el (japanese-TeX-command-default,
    japanese-LaTeX-command-default): Remove them because they are no
    longer used anywhere in the current code.  Ataka-san and I (Ikumi)
    discussed this matter and agreed to dismiss them.
    * doc/auctex.texi: Reflect the above change.

diff --git a/doc/auctex.texi b/doc/auctex.texi
index f2e4dae..08cfe04 100644
--- a/doc/auctex.texi
+++ b/doc/auctex.texi
@@ -4702,7 +4702,7 @@ When @code{nil}, @AUCTeX{} tries to choose suitable 
coding system.
 @end defopt
 
 The former customize options @code{japanese-TeX-command-default} and
address@hidden are obsolete.  Use
address@hidden are removed from @AUCTeX{}.  Use
 @code{japanese-TeX-engine-default} instead.  If you need to customize
 the executable file name such as @samp{"latex"}, the options for them,
 or both, customize @code{TeX-engine-alist}.
diff --git a/tex-jp.el b/tex-jp.el
index 81125ae..4d34fa8 100644
--- a/tex-jp.el
+++ b/tex-jp.el
@@ -303,20 +303,6 @@ See also a user custom option 
`TeX-japanese-process-input-coding-system'."
   :group 'AUCTeX-jp
   :type '(choice (const :tag "Default" nil) coding-system))
 
-;; 順調に行けば不要になる。
-(defcustom japanese-TeX-command-default "pTeX"
-  "*The default command for `TeX-command' in the japanese-TeX mode."
-  :group 'AUCTeX-jp
-  :type 'string)
-  (make-variable-buffer-local 'japanese-TeX-command-default)
-
-;; 順調に行けば不要になる。
-(defcustom japanese-LaTeX-command-default "LaTeX"
-  "*The default command for `TeX-command' in the japanese-LaTeX mode."
-  :group 'AUCTeX-jp
-  :type 'string)
-  (make-variable-buffer-local 'japanese-LaTeX-command-default)
-
 (defcustom japanese-LaTeX-default-style "jarticle"
   "*Default when creating new Japanese documents."
   :group 'AUCTeX-jp

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

Summary of changes:
 doc/auctex.texi |  2 +-
 tex-jp.el       | 14 --------------
 2 files changed, 1 insertion(+), 15 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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