]> git.eshelyaron.com Git - emacs.git/commitdiff
(tex-dvi-view-command): Fix quoted quotes.
authorDave Love <fx@gnu.org>
Tue, 5 Aug 2003 15:07:38 +0000 (15:07 +0000)
committerDave Love <fx@gnu.org>
Tue, 5 Aug 2003 15:07:38 +0000 (15:07 +0000)
lisp/textmodes/tex-mode.el

index ca345f8b635c6c0dc6646cc9becb9210ae2d5d87..f779b729949b7db17ee1e5dbc45114e052a3d6e1 100644 (file)
@@ -196,7 +196,7 @@ use."
   :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;