From 03abd6e187ce1c6f35f7d3aa482740e65ca30542 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 20 Aug 2024 01:40:26 +0200 Subject: [PATCH] Mark tex-dvi-view-command as :risky * lisp/textmodes/tex-mode.el (tex-dvi-view-command): Mark as :risky. (cherry picked from commit bcfab1e88b7b559c7ba79ef526529ef7622c8138) --- lisp/textmodes/tex-mode.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2