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  cd63c114b6e99bfeb27dfdb3c327eab5e44fd55f (commit)
      from  93d66d1a29847092dc136444d4dbc38021634e16 (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 cd63c114b6e99bfeb27dfdb3c327eab5e44fd55f
Author: Ikumi Keita <[email protected]>
Date:   Wed May 26 23:06:03 2021 +0900

    Use own error description for LaTeX mode only
    
    * tex-buf.el (TeX-error-description-list): Move its value to new
    variable in latex.el.  Now it holds user defined entries only and
    defaults to nil.
    (TeX-error-description-list-local): New variable to store buffer
    local list of error descriptions.
    (TeX-help-error): Combine values of the above two variables.
    * latex.el (LaTeX-error-description-list): New variable for LaTeX
    specific error descriptions, formerly stored in
    `TeX-error-description-list'.
    (LaTeX-common-initialization): Set local value of
    `TeX-error-description-list-local'.
    * tex-jp.el (toplevel): Overwrite `LaTeX-error-description-list'
    instead of `TeX-error-description-list'.
    * doc/changes.texi (News in 13.1): Mention about it.

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

Summary of changes:
 doc/changes.texi |  12 ++
 latex.el         | 421 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 tex-buf.el       | 446 ++++---------------------------------------------------
 tex-jp.el        |   2 +-
 4 files changed, 463 insertions(+), 418 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX

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

Reply via email to