[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex ee00f56 08/11: Use proper name rather than obsol
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex ee00f56 08/11: Use proper name rather than obsolete alias |
Date: |
Fri, 8 Jan 2021 14:24:31 -0500 (EST) |
branch: externals/auctex
commit ee00f56d8fed718d6d02b8a5a2b048e65e462c74
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Commit: Ikumi Keita <ikumi@ikumi.que.jp>
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'.
---
latex.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 ()
- [elpa] externals/auctex updated (ab09ac9 -> eb98493), Tassilo Horn, 2021/01/08
- [elpa] externals/auctex eb117f2 01/11: Remove support for \swshape, Tassilo Horn, 2021/01/08
- [elpa] externals/auctex 98ff870 05/11: ; Update copyright year, Tassilo Horn, 2021/01/08
- [elpa] externals/auctex 9100b87 03/11: Use `write-contents-functions' instead of `write-file-functions', Tassilo Horn, 2021/01/08
- [elpa] externals/auctex c5cd145 04/11: ; Fix typo., Tassilo Horn, 2021/01/08
- [elpa] externals/auctex 73e90ba 09/11: Declare formerly free vars accessible in TeX-translate-location-hook, Tassilo Horn, 2021/01/08
- [elpa] externals/auctex ee00f56 08/11: Use proper name rather than obsolete alias,
Tassilo Horn <=
- [elpa] externals/auctex eb98493 11/11: Regenerate info docs, Tassilo Horn, 2021/01/08
- [elpa] externals/auctex fcb1aec 07/11: Update style/eso-pic.el to package version 3.0a, Tassilo Horn, 2021/01/08
- [elpa] externals/auctex 0eabe75 10/11: Merge remote-tracking branch 'origin/master' into externals/auctex, Tassilo Horn, 2021/01/08
- [elpa] externals/auctex 67bd5ff 02/11: Use frame-monitor-attributes for computing DPI if avail (bug#45596), Tassilo Horn, 2021/01/08
- [elpa] externals/auctex db2236e 06/11: ; Revert silencing the compiler (commit 07b79fca8b), Tassilo Horn, 2021/01/08