branch: externals/auctex
commit 2df27462bca8f2d12a5e5de56971722e33074f56
Author: Ikumi Keita <[email protected]>
Commit: Ikumi Keita <[email protected]>
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
-@code{japanese-LaTeX-command-default} are obsolete. Use
+@code{japanese-LaTeX-command-default} 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