From: Stefan Kangas Date: Mon, 19 Aug 2024 23:40:26 +0000 (+0200) Subject: Mark tex-dvi-view-command as :risky X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=03abd6e187ce1c6f35f7d3aa482740e65ca30542;p=emacs.git Mark tex-dvi-view-command as :risky * lisp/textmodes/tex-mode.el (tex-dvi-view-command): Mark as :risky. (cherry picked from commit bcfab1e88b7b559c7ba79ef526529ef7622c8138) --- diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 97c950267c6..4bc2c840cdb 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -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