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, core-latex-in-style-hooks has been updated
       via  66c9d7d0be92c3558682b6f9cf9114d81b754ab7 (commit)
      from  8c97b43e773fd522f11a9a0f38ce22847fb28ad0 (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 66c9d7d0be92c3558682b6f9cf9114d81b754ab7
Author: Tassilo Horn <[email protected]>
Date:   Tue Jun 16 22:02:02 2020 +0200

    Run LaTeX-core style hook in latex2 and latex2e hook

diff --git a/latex.el b/latex.el
index bc4b426..8d95a5d 100644
--- a/latex.el
+++ b/latex.el
@@ -6416,6 +6416,9 @@ function would return non-nil and `(match-string 1)' 
would return
   (setq TeX-font-list (default-value 'TeX-font-list))
   (setq TeX-font-replace-function
        (default-value 'TeX-font-replace-function))
+
+  (TeX-run-style-hooks "LaTeX-core")
+
   (run-hooks 'LaTeX2-hook))
 
 ;; Use new fonts for `\documentclass' documents.
@@ -6423,6 +6426,8 @@ function would return non-nil and `(match-string 1)' 
would return
   (setq TeX-font-list LaTeX-font-list)
   (setq TeX-font-replace-function 'TeX-font-replace-macro)
 
+  (TeX-run-style-hooks "LaTeX-core")
+
   (LaTeX-add-environments
    '("filecontents" LaTeX-env-contents)
    '("filecontents*" LaTeX-env-contents))

-----------------------------------------------------------------------

Summary of changes:
 latex.el | 5 +++++
 1 file changed, 5 insertions(+)


hooks/post-receive
-- 
GNU AUCTeX

_______________________________________________
auctex-diffs mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to