comparison lisp/textmodes/texinfo.el @ 584:4cd7543be581

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Mon, 16 Mar 1992 20:39:07 +0000
parents 1e0bc00dca7a
children fec3f9a1e3e5
comparison
equal deleted inserted replaced
583:3c0c1cd8428a 584:4cd7543be581
21 ;; along with GNU Emacs; see the file COPYING. If not, write to 21 ;; along with GNU Emacs; see the file COPYING. If not, write to
22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
23 23
24 (require 'texnfo-upd) 24 (require 'texnfo-upd)
25 (require 'tex-mode) 25 (require 'tex-mode)
26 (provide 'texinfo)
27
28 (defvar texinfo-mode-syntax-table nil) 26 (defvar texinfo-mode-syntax-table nil)
29 27
30 (if texinfo-mode-syntax-table 28 (if texinfo-mode-syntax-table
31 nil 29 nil
32 (setq texinfo-mode-syntax-table (make-syntax-table)) 30 (setq texinfo-mode-syntax-table (make-syntax-table))
411 (send-string "tex-shell" 409 (send-string "tex-shell"
412 (concat tex-dvi-print-command 410 (concat tex-dvi-print-command
413 " " tex-zap-file ".dvi" "\n")) 411 " " tex-zap-file ".dvi" "\n"))
414 (tex-recenter-output-buffer nil)) 412 (tex-recenter-output-buffer nil))
415 413
414 (provide 'texinfo)
415