emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/textmodes/tex-mode.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/tex-mode.el
Date: Sat, 14 Jun 2003 15:56:50 -0400

Index: emacs/lisp/textmodes/tex-mode.el
diff -c emacs/lisp/textmodes/tex-mode.el:1.135 
emacs/lisp/textmodes/tex-mode.el:1.136
*** emacs/lisp/textmodes/tex-mode.el:1.135      Mon Jun  9 13:42:22 2003
--- emacs/lisp/textmodes/tex-mode.el    Sat Jun 14 15:56:50 2003
***************
*** 1577,1586 ****
  
  (defvar tex-compile-commands
    '(((concat "pdf" tex-command
!            " " (shell-quote-argument tex-start-commands) " %f")
       t "%r.pdf")
      ((concat tex-command
!            " " (shell-quote-argument tex-start-commands) " %f")
       t "%r.dvi")
      ("xdvi %r &" "%r.dvi")
      ("advi %r &" "%r.dvi")
--- 1577,1588 ----
  
  (defvar tex-compile-commands
    '(((concat "pdf" tex-command
!            " " (if (< 0 (length tex-start-commands))
!                    (shell-quote-argument tex-start-commands)) " %f")
       t "%r.pdf")
      ((concat tex-command
!            " " (if (< 0 (length tex-start-commands))
!                    (shell-quote-argument tex-start-commands)) " %f")
       t "%r.dvi")
      ("xdvi %r &" "%r.dvi")
      ("advi %r &" "%r.dvi")




reply via email to

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