Mark tex-dvi-view-command as :risky
* lisp/textmodes/tex-mode.el (tex-dvi-view-command): Mark as :risky.
This commit is contained in:
parent
845d22652d
commit
bcfab1e88b
1 changed files with 1 additions and 0 deletions
|
@ -210,6 +210,7 @@ otherwise, the file name, preceded by a space, is added at the end.
|
|||
|
||||
If the value is a form, it is evaluated to get the command to use."
|
||||
:type '(choice (const nil) string sexp)
|
||||
:risky t
|
||||
:group 'tex-view)
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Add table
Reference in a new issue