projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4da4799
)
; Fix last change in tex-mode.el
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 13 Jun 2023 11:11:41 +0000
(14:11 +0300)
committer
Eli 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
patch
|
blob
|
history
diff --git
a/lisp/textmodes/tex-mode.el
b/lisp/textmodes/tex-mode.el
index 44984697e70e155792c06805df9fa6dd0ad45b2d..294c9792f39c5b86c5ec92cf174e2997a55f3695 100644
(file)
--- 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."