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  65a711ba0c9bbdf1b04991a3b305440afd23ebd9 (commit)
      from  8f0638c5a3487ab88ccae616c4f8c708a842d84d (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 65a711ba0c9bbdf1b04991a3b305440afd23ebd9
Author: Ikumi Keita <ik...@ikumi.que.jp>
Date:   Fri Mar 19 18:16:56 2021 +0900

    Discard obsolete variables
    
    According to NEWS.24, `font-lock-defaults-alist' was removed at
    emacs 24.1.
    `font-lock-mode-enable-list' doesn't exist in any NEWS.* nor emacs
    24.3 source. (Xemacs specific variable?)
    According to loaddefs.el, `font-lock-auto-fontify' is xemacs variable
    corresponding to `global-font-lock-mode'.
    
    * tex-buf.el:
    (): Remove defvar for `font-lock-mode-enable-list',
    `font-lock-auto-fontify' and `font-lock-defaults-alist'.
    (TeX-region-create): Don't let-bind obsolete variables.
    Stop let-binding `font-lock-defaults' since it is buffer local
    variable. It doesn't make sense to let-bind it before changing the
    current buffer.
    Set NOWARN argument to t in `find-file-noselect' to suppress "(New
    file)" message in echo area.

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

Summary of changes:
 tex-buf.el | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX

_______________________________________________
auctex-commit mailing list
auctex-com...@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-commit

Reply via email to