Mark tex-dvi-view-command as :risky

* lisp/textmodes/tex-mode.el (tex-dvi-view-command): Mark as
:risky.
This commit is contained in:
Stefan Kangas 2024-08-20 01:40:26 +02:00
parent 845d22652d
commit bcfab1e88b

View file

@ -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