branch: main
commit 9f8ee9b57f99427c7df5923e35a1b3a008953c32
Merge: f38b5ac7 f6caa493
Author: Arash Esbati <ar...@gnu.org>
Commit: Arash Esbati <ar...@gnu.org>

    Merge remote-tracking branch 'origin/master'
---
 tex.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tex.el b/tex.el
index 55f592df..e67d2059 100644
--- a/tex.el
+++ b/tex.el
@@ -8648,6 +8648,11 @@ Changebar info has changed." nil t)
          (message
           "%s" "You should run LaTeX again to get the change bars right")
          (setq TeX-command-next TeX-command-default))
+        ((re-search-forward "^LaTeX Warning: Endnotes may have changed. \
+Rerun to get them right" nil t)
+         (message
+          "%s" "You should run LaTeX again to get the endnotes right")
+         (setq TeX-command-next TeX-command-default))
         ((re-search-forward "^\\* xsim warning: \"rerun\"" nil t)
          (message
           "%s" "You should run LaTeX again to synchronize exercise properties")

Reply via email to