changeset 52128:78cae600e6ef

(tex-dvi-view-command): Fix quoted quotes.
author Dave Love <fx@gnu.org>
date Tue, 05 Aug 2003 15:07:38 +0000
parents 9931134cca0e
children f6cc7244ebe6
files lisp/textmodes/tex-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/tex-mode.el	Tue Aug 05 00:24:27 2003 +0000
+++ b/lisp/textmodes/tex-mode.el	Tue Aug 05 15:07:38 2003 +0000
@@ -196,7 +196,7 @@
   :group 'tex-view)
 
 ;;;###autoload
-(defcustom tex-dvi-view-command '(if (eq window-system 'x) \"xdvi\" \"dvi2tty * | cat -s\")
+(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;