[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-commit] GNU AUCTeX branch, master, updated. 65a711ba0c9bbdf1b049
From: |
Ikumi Keita |
Subject: |
[AUCTeX-commit] GNU AUCTeX branch, master, updated. 65a711ba0c9bbdf1b04991a3b305440afd23ebd9 |
Date: |
Wed, 24 Mar 2021 23:08:56 -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 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 <ikumi@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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-commit] GNU AUCTeX branch, master, updated. 65a711ba0c9bbdf1b04991a3b305440afd23ebd9,
Ikumi Keita <=