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  ee00f56d8fed718d6d02b8a5a2b048e65e462c74 (commit)
      from  fcb1aec4916066c0c2522c7bc38d9fba147ea349 (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 ee00f56d8fed718d6d02b8a5a2b048e65e462c74
Author: Ikumi Keita <[email protected]>
Date:   Sat Jan 9 00:57:26 2021 +0900

    Use proper name rather than obsolete alias
    
    * latex.el (LaTeX-insert-environment): Use
    `LaTeX-after-insert-env-hook' instead of
    `LaTeX-after-insert-env-hooks'.

diff --git a/latex.el b/latex.el
index ba9e4a4..3639bf6 100644
--- a/latex.el
+++ b/latex.el
@@ -831,7 +831,7 @@ environment just inserted, the buffer position just before
                      (concat TeX-esc "end" TeX-grop
                              environment TeX-grcl))
                     (match-beginning 0)))
-    (run-hook-with-args 'LaTeX-after-insert-env-hooks
+    (run-hook-with-args 'LaTeX-after-insert-env-hook
                         environment env-start env-end)))
 
 (defun LaTeX-environment-name-regexp ()

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

Summary of changes:
 latex.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GNU AUCTeX

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

Reply via email to