unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#40001: tex-start-options-string not updated in texinfo.el
@ 2020-03-09 17:26 Ernest N. Mamikonyan
  2020-03-13 13:53 ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Ernest N. Mamikonyan @ 2020-03-09 17:26 UTC (permalink / raw)
  To: 40001

Hi,

It seems that 'tex-start-options-string' was not updated to
'tex-start-options' in texinfo.el after the change in version 22.

diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el
index 438cb7798a..3898a3ba04 100644
--- a/lisp/textmodes/texinfo.el
+++ b/lisp/textmodes/texinfo.el
@@ -1002,9 +1002,9 @@ texinfo-tex-buffer
   (interactive)
   (require 'tex-mode)
   (let ((tex-command texinfo-texi2dvi-command)
-	;; Disable tex-start-options-string.  texi2dvi would not
-	;; understand anything specified here.
-	(tex-start-options-string ""))
+	;; Disable tex-start-options.  texi2dvi would not understand
+	;; anything specified here.
+	(tex-start-options ""))
     (tex-buffer)))
 
 (defun texinfo-texindex ()


Best,

--
Ernie





^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-04-03 12:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-09 17:26 bug#40001: tex-start-options-string not updated in texinfo.el Ernest N. Mamikonyan
2020-03-13 13:53 ` Eli Zaretskii
2020-03-13 14:37   ` Ernest N. Mamikonyan
2020-03-30 19:25   ` Ernest N. Mamikonyan
2020-03-31 14:10     ` Eli Zaretskii
2020-04-03 12:14       ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).