]> git.eshelyaron.com Git - emacs.git/commit
Make setting tex-dvi-view-command to an sexp obsolete
authorStefan Kangas <stefankangas@gmail.com>
Mon, 9 Dec 2024 03:01:44 +0000 (04:01 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 9 Dec 2024 12:49:26 +0000 (13:49 +0100)
commitfb05493204c7268484dd441b22c09da6260bdfe7
tree6932359ec2dab637b85d1715d5f53b30ea5f4554
parentd9f1d23c12d81543010df8accf386efcf70d711f
Make setting tex-dvi-view-command to an sexp obsolete

This is more in line with how we generally handle user options for
commands to call.  Later, we can get rid of the 'eval' call.

* lisp/textmodes/tex-mode.el (tex-view): Warn if tex-dvi-view-command is
set to an sexp instead of a string; say that this use is obsolete.
(tex-dvi-view-command): Change the default value to a string.  Update
docstring to reflect the above obsoletion.

(cherry picked from commit 9b4af418ddc3328c8756f3ca21ba25f161c65b65)
lisp/textmodes/tex-mode.el