mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 13:27:36 +00:00
(tex-compilation-parse-errors):
More general code to use the source buffer instead of the zap file.
This commit is contained in:
parent
f799bf7ce3
commit
691d39b7b4
1 changed files with 1 additions and 2 deletions
|
|
@ -1147,8 +1147,7 @@ line numbers for the errors."
|
|||
(not (string-equal last-filename filename))))
|
||||
(error-location
|
||||
(save-excursion
|
||||
(if (equal filename
|
||||
(expand-file-name (concat tex-zap-file ".tex")))
|
||||
(if (equal filename tex-last-temp-file)
|
||||
(set-buffer tex-last-buffer-texed)
|
||||
(set-buffer (find-file-noselect filename)))
|
||||
(if new-file
|
||||
|
|
|
|||
Loading…
Reference in a new issue