; Fix last change in tex-mode.el
* lisp/textmodes/tex-mode.el (tex-cmd-doc-view): Remove the second argument. (Bug#63956)
This commit is contained in:
parent
4da479920e
commit
1f0527a312
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue