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  f73ccfe7ff0278f66b431bb372284bea37c9304b (commit)
      from  8337345dd73a4b30277078f3ba462b3b453893ff (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 f73ccfe7ff0278f66b431bb372284bea37c9304b
Author: Arash Esbati <ar...@gnu.org>
Date:   Wed Aug 9 22:57:17 2017 +0200

    * style/amsthm.el ("amsthm"): Use `LaTeX-amsthm-env-label'.

diff --git a/style/amsthm.el b/style/amsthm.el
index fee2843..a8cd995 100644
--- a/style/amsthm.el
+++ b/style/amsthm.el
@@ -135,7 +135,7 @@ make them available as new environments.  Update
         (let ((nthm (TeX-read-string
                      (TeX-argument-prompt nil nil "Environment"))))
           (LaTeX-add-amsthm-newtheorems nthm)
-          (LaTeX-add-environments (list nthm 'LaTeX-theorem-env-label))
+          (LaTeX-add-environments (list nthm 'LaTeX-amsthm-env-label))
           (format "%s" nthm))))
       [ TeX-arg-environment "Numbered like" ]
       t [ (TeX-arg-eval progn (if (eq (save-excursion

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

Summary of changes:
 style/amsthm.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

Reply via email to