Index: auctex/tex.el
diff -u auctex/tex.el:5.555 auctex/tex.el:5.556
--- auctex/tex.el:5.555 Sun Jan 22 15:01:42 2006
+++ auctex/tex.el       Tue Jan 24 20:39:41 2006
@@ -235,6 +235,9 @@
 
 TeX-run-silent: Start the process in the background.
 
+TeX-run-dviout: Special hook for the Japanese dviout previewer for
+PC-9801.
+
 To create your own hook, define a function taking three arguments: The
 name of the command, the command string, and the name of the file to
 process.  It might be useful to use `TeX-run-command' in order to
@@ -266,6 +269,7 @@
                                (function-item TeX-run-discard)
                                (function-item TeX-run-background)
                                (function-item TeX-run-silent)
+                               (function-item TeX-run-dviout)
                                (function-item TeX-run-ispell-on-document)
                                (function :tag "Other"))
                        (boolean :tag "Prompt")


_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to