diff options
| author | Stefan Kangas | 2024-08-20 01:40:26 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2024-08-20 01:40:50 +0200 |
| commit | bcfab1e88b7b559c7ba79ef526529ef7622c8138 (patch) | |
| tree | 23ebd7db3993036b7578b8710c035e77f09d0672 | |
| parent | 845d22652d08f998863134334f7de617c50a10b2 (diff) | |
| download | emacs-bcfab1e88b7b559c7ba79ef526529ef7622c8138.tar.gz emacs-bcfab1e88b7b559c7ba79ef526529ef7622c8138.zip | |
Mark tex-dvi-view-command as :risky
* lisp/textmodes/tex-mode.el (tex-dvi-view-command): Mark as
:risky.
| -rw-r--r-- | lisp/textmodes/tex-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
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. | |||
| 210 | 210 | ||
| 211 | If the value is a form, it is evaluated to get the command to use." | 211 | If the value is a form, it is evaluated to get the command to use." |
| 212 | :type '(choice (const nil) string sexp) | 212 | :type '(choice (const nil) string sexp) |
| 213 | :risky t | ||
| 213 | :group 'tex-view) | 214 | :group 'tex-view) |
| 214 | 215 | ||
| 215 | ;;;###autoload | 216 | ;;;###autoload |