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

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

[elpa] externals/auctex 2df2746 14/43: Delete unused options


From: Tassilo Horn
Subject: [elpa] externals/auctex 2df2746 14/43: Delete unused options
Date: Tue, 20 Mar 2018 11:34:07 -0400 (EDT)

branch: externals/auctex
commit 2df27462bca8f2d12a5e5de56971722e33074f56
Author: Ikumi Keita <address@hidden>
Commit: Ikumi Keita <address@hidden>

    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.
---
 doc/auctex.texi |  2 +-
 tex-jp.el       | 14 --------------
 2 files changed, 1 insertion(+), 15 deletions(-)

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



reply via email to

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