From 1f0527a312ac67cea28d8d3868c3d3e25751110a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 13 Jun 2023 14:11:41 +0300 Subject: [PATCH] ; Fix last change in tex-mode.el * lisp/textmodes/tex-mode.el (tex-cmd-doc-view): Remove the second argument. (Bug#63956) --- lisp/textmodes/tex-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 44984697e70..294c9792f39 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -2426,7 +2426,7 @@ Only applies the FSPEC to the args part of FORMAT." (if cmds (tex-format-cmd (caar cmds) fspec)))))) (defun tex-cmd-doc-view (file) - (pop-to-buffer (find-file-noselect file) display-tex-shell-buffer-action)) + (pop-to-buffer (find-file-noselect file))) (defun tex-compile (dir cmd) "Run a command CMD on current TeX buffer's file in DIR." -- 2.39.2