













| author | Arash Esbati <arash@gnu.org> | 2026-08-12 10:01:43 +0200 |
|---|---|---|
| committer | Arash Esbati <arash@gnu.org> | 2026-08-12 10:01:43 +0200 |
| commit | 5c3af8120cbd8612a3eebcb8422eb6fbe6967615 (patch) | |
| tree | 75b81d3ee430fc26df9de00d86f769e823d36d3a | |
| parent | 7aa0e072b35beb4cb83510bdd0e109046fb006fa (diff) | |
* latex.el (LaTeX-label-annotation-max-length) (LaTeX-bib-annotation-max-length): Add introduction versions.
| -rw-r--r-- | latex.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/latex.el b/latex.el
index 06087c516cf..0c652ad3457 100644
--- a/latex.el
+++ b/latex.el
@@ -8246,7 +8246,8 @@ function `TeX--completion-at-point' which should come later in
Setting this variable to 0 disables label annotation during
in-buffer completion."
:group 'LaTeX-label
- :type 'integer)
+ :type 'integer
+ :package-version '(auctex . "14.0.0"))
(defun LaTeX-completion-label-annotation-function (label)
"Return context for LABEL in a TeX file.
@@ -8289,7 +8290,8 @@ document with `reftex-parse-all' or `TeX-normal-mode'."
Setting this variable to 0 disables annotation of bib entries during
in-buffer completion."
:group 'LaTeX-label
- :type 'integer)
+ :type 'integer
+ :package-version '(auctex . "14.2.0"))
(defvar-local LaTeX--completion-bib-list-from-reftex nil
"List of bib entries retrieved from RefTeX.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。