[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-commit] GNU AUCTeX branch, master, updated. c2a40eb8e32ac79e779b
From: |
Ikumi Keita |
Subject: |
[AUCTeX-commit] GNU AUCTeX branch, master, updated. c2a40eb8e32ac79e779bf7d7c0b2c896a08736bb |
Date: |
Wed, 31 Mar 2021 04:00:30 -0400 (EDT) |
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 c2a40eb8e32ac79e779bf7d7c0b2c896a08736bb (commit)
from 5d73084fbae0b96a17bd3be4500163e10b7f75f8 (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 c2a40eb8e32ac79e779bf7d7c0b2c896a08736bb
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date: Wed Mar 31 16:36:00 2021 +0900
Use built-in functions for similar functions
* tex.el (TeX-split-string): Simplify by `split-string' and mark
obsolete.
(TeX-assoc): Simplify by `assoc-string' and mark obsolete.
* doc/changes.texi (News in 13.0): Add announce that these functions
are removed in future release.
* latex.el (LaTeX-split-bibs, LaTeX-auto-cleanup)
(LaTeX-209-to-2e):
* style/babel.el (LaTeX-babel-active-languages):
Replace `TeX-split-string' by `split-string'.
* tex-buf.el (TeX-command-query, TeX-printer-query): Replace
`TeX-assoc' by `assoc-string'.
-----------------------------------------------------------------------
Summary of changes:
doc/changes.texi | 12 +++++++++---
latex.el | 10 +++++-----
style/babel.el | 4 ++--
tex-buf.el | 4 ++--
tex.el | 42 +++++++++++-------------------------------
5 files changed, 29 insertions(+), 43 deletions(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-commit] GNU AUCTeX branch, master, updated. c2a40eb8e32ac79e779bf7d7c0b2c896a08736bb,
Ikumi Keita <=