emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/auctex 52738d11b2 39/48: Remove entry in `LaTeX-complet


From: Tassilo Horn
Subject: [elpa] externals/auctex 52738d11b2 39/48: Remove entry in `LaTeX-completion-function-map-alist-keyval'
Date: Fri, 18 Nov 2022 14:27:45 -0500 (EST)

branch: externals/auctex
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 3e76243cc7..e561a9289e 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]