branch: master
commit 52738d11b2e2987862cffe4ff1edb7837d817e20
Author: Arash Esbati <ar...@gnu.org>
Commit: Arash Esbati <ar...@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

Reply via email to