emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 1f0527a312a: ; Fix last change in tex-mode.el


From: Eli Zaretskii
Subject: emacs-29 1f0527a312a: ; Fix last change in tex-mode.el
Date: Tue, 13 Jun 2023 07:11:53 -0400 (EDT)

branch: emacs-29
commit 1f0527a312ac67cea28d8d3868c3d3e25751110a
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; 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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]