This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU AUCTeX".
The branch, master has been updated via b5f34a9438cabd2400e22aed9a25b7fe378e1daa (commit) from 34ab6113c4ec661e6f3644ea70aed016ab0f6cda (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b5f34a9438cabd2400e22aed9a25b7fe378e1daa Author: Ikumi Keita <ik...@ikumi.que.jp> Date: Fri May 28 23:58:24 2021 +0900 Followup my commit on May 6 * tex-buf.el (TeX-LaTeX-sentinel): Use `insert-file-contents-literally' instead of `insert-file-contents'. diff --git a/tex-buf.el b/tex-buf.el index 1aca504..b8baacb 100644 --- a/tex-buf.el +++ b/tex-buf.el @@ -1719,7 +1719,7 @@ Rerun to get mark in right position\\." nil t) (list (file-name-nondirectory (TeX-active-master)))) '("idx")) (with-temp-buffer - (insert-file-contents idx-file) + (insert-file-contents-literally idx-file) (not (equal ;; Compare old md5 hash of the idx file with the new one. (cdr (assoc idx-file LaTeX-idx-md5-alist)) ----------------------------------------------------------------------- Summary of changes: tex-buf.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- GNU AUCTeX _______________________________________________ auctex-diffs mailing list auctex-di...@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-diffs