diff lisp/textmodes/tex-mode.el @ 88123:375f2633d815

New directory
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 11:56:09 +0000
parents 695cf19ef79e
children fd954cd9d770
line wrap: on
line diff
--- a/lisp/textmodes/tex-mode.el	Thu Sep 04 04:00:49 2003 +0000
+++ b/lisp/textmodes/tex-mode.el	Mon Sep 08 11:56:09 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;
@@ -2412,5 +2412,4 @@
 
 (provide 'tex-mode)
 
-;;; arch-tag: c0a680b1-63aa-4547-84b9-4193c29c0080
 ;;; tex-mode.el ends here