emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex b5f34a9 23/34: Followup my commit on May 6


From: Tassilo Horn
Subject: [elpa] externals/auctex b5f34a9 23/34: Followup my commit on May 6
Date: Sun, 6 Jun 2021 11:40:04 -0400 (EDT)

branch: externals/auctex
commit b5f34a9438cabd2400e22aed9a25b7fe378e1daa
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Commit: Ikumi Keita <ikumi@ikumi.que.jp>

    Followup my commit on May 6
    
    * tex-buf.el (TeX-LaTeX-sentinel): Use `insert-file-contents-literally'
    instead of `insert-file-contents'.
---
 tex-buf.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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))



reply via email to

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