]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change in tex-mode.el
authorEli Zaretskii <eliz@gnu.org>
Tue, 13 Jun 2023 11:11:41 +0000 (14:11 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 13 Jun 2023 11:11:41 +0000 (14:11 +0300)
* lisp/textmodes/tex-mode.el (tex-cmd-doc-view): Remove the second
argument.  (Bug#63956)

lisp/textmodes/tex-mode.el

index 44984697e70e155792c06805df9fa6dd0ad45b2d..294c9792f39c5b86c5ec92cf174e2997a55f3695 100644 (file)
@@ -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."