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: Karl Berry
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/tex-mode.el
Date: Tue, 29 Mar 2005 09:56:14 -0500

Index: emacs/lisp/textmodes/tex-mode.el
diff -c emacs/lisp/textmodes/tex-mode.el:1.158 
emacs/lisp/textmodes/tex-mode.el:1.159
*** emacs/lisp/textmodes/tex-mode.el:1.158      Sat Mar 19 14:45:20 2005
--- emacs/lisp/textmodes/tex-mode.el    Tue Mar 29 14:56:14 2005
***************
*** 1562,1569 ****
            (concat
             (if file
                 (if star (concat (substring cmd 0 star)
!                                 file (substring cmd (1+ star)))
!                  (concat cmd " " file))
               cmd)
             (if background "&" ""))))
        ;; Switch to buffer before checking for subproc output in it.
--- 1562,1570 ----
            (concat
             (if file
                 (if star (concat (substring cmd 0 star)
!                                 (shell-quote-argument file)
!                                 (substring cmd (1+ star)))
!                  (concat cmd " " (shell-quote-argument file)))
               cmd)
             (if background "&" ""))))
        ;; Switch to buffer before checking for subproc output in it.




reply via email to

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