From d9918ce341d32af793c5981c1bb0ff4b520c2239 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Thu, 27 Jun 2024 21:16:43 +0200 Subject: [PATCH] Nullify 'completion-at-point-functions' default value --- lisp/minibuffer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 90ee14b4db8..cd0c3631778 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -3312,7 +3312,7 @@ Also respects the obsolete wrapper hook `completion-in-region-functions'. (delq (assq 'completion-in-region-mode minor-mode-map-alist) minor-mode-map-alist)) -(defvar completion-at-point-functions '(tags-completion-at-point-function) +(defvar completion-at-point-functions nil "Special hook to find the completion table for the entity at point. Each function on this hook is called in turn without any argument and should return either nil, meaning it is not applicable at point, -- 2.39.2