Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4372483c
Commit
4372483c
authored
Aug 05, 2003
by
Dave Love
Browse files
(tex-dvi-view-command): Fix quoted quotes.
parent
d1978f48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/textmodes/tex-mode.el
lisp/textmodes/tex-mode.el
+1
-1
No files found.
lisp/textmodes/tex-mode.el
View file @
4372483c
...
...
@@ -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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment