[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 52738d11: Remove entry in `LaTeX-completion-function-map-alist-ke
From: |
Arash Esbati |
Subject: |
master 52738d11: Remove entry in `LaTeX-completion-function-map-alist-keyval' |
Date: |
Thu, 17 Nov 2022 06:45:01 -0500 (EST) |
branch: master
commit 52738d11b2e2987862cffe4ff1edb7837d817e20
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>
Remove entry in `LaTeX-completion-function-map-alist-keyval'
* latex.el (LaTeX-completion-function-map-alist-keyval): Remove
the entry for the deleted function `LaTeX-enumitem-env-with-opts'.
---
latex.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/latex.el b/latex.el
index 3e76243c..e561a928 100644
--- a/latex.el
+++ b/latex.el
@@ -7624,8 +7624,7 @@ or `LaTeX-environment-list' and returns it."
(t nil))
result))
-(defvar LaTeX-completion-function-map-alist-keyval
- '((LaTeX-enumitem-env-with-opts . LaTeX-enumitem-key-val-options))
+(defvar LaTeX-completion-function-map-alist-keyval '()
"Alist mapping style funcs to completion-candidates counterparts.
Each element is a cons with the name of the function used in an
AUCTeX style file which queries and inserts something in the
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 52738d11: Remove entry in `LaTeX-completion-function-map-alist-keyval',
Arash Esbati <=