]> git.eshelyaron.com Git - emacs.git/commitdiff
Mark tex-dvi-view-command as :risky
authorStefan Kangas <stefankangas@gmail.com>
Mon, 19 Aug 2024 23:40:26 +0000 (01:40 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 20 Aug 2024 14:12:49 +0000 (16:12 +0200)
* lisp/textmodes/tex-mode.el (tex-dvi-view-command): Mark as
:risky.

(cherry picked from commit bcfab1e88b7b559c7ba79ef526529ef7622c8138)

lisp/textmodes/tex-mode.el

index 97c950267c6697e5faa67f8b1b6700b587d25d99..4bc2c840cdb1e82da3a7bf7995f68f74d5e52df0 100644 (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