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: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/tex-mode.el
Date: Tue, 05 Aug 2003 11:07:39 -0400

Index: emacs/lisp/textmodes/tex-mode.el
diff -c emacs/lisp/textmodes/tex-mode.el:1.137 
emacs/lisp/textmodes/tex-mode.el:1.138
*** emacs/lisp/textmodes/tex-mode.el:1.137      Mon Jul  7 16:52:27 2003
--- emacs/lisp/textmodes/tex-mode.el    Tue Aug  5 11:07:38 2003
***************
*** 196,202 ****
    :group 'tex-view)
  
  ;;;###autoload
! (defcustom tex-dvi-view-command '(if (eq window-system 'x) \"xdvi\" \"dvi2tty 
* | cat -s\")
    "*Command used by \\[tex-view] to display a `.dvi' file.
  If it is a string, that specifies the command directly.
  If this string contains an asterisk (`*'), that is replaced by the file name;
--- 196,202 ----
    :group 'tex-view)
  
  ;;;###autoload
! (defcustom tex-dvi-view-command '(if (eq window-system 'x) "xdvi" "dvi2tty * 
| cat -s")
    "*Command used by \\[tex-view] to display a `.dvi' file.
  If it is a string, that specifies the command directly.
  If this string contains an asterisk (`*'), that is replaced by the file name;




reply via email to

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