]> git.eshelyaron.com Git - emacs.git/commitdiff
Nullify 'completion-at-point-functions' default value
authorEshel Yaron <me@eshelyaron.com>
Thu, 27 Jun 2024 19:16:43 +0000 (21:16 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 27 Jun 2024 19:16:43 +0000 (21:16 +0200)
lisp/minibuffer.el

index 90ee14b4db8cc1c6000b35b719cce75e556153fe..cd0c3631778b109de9fba8c58587e568e2218a1b 100644 (file)
@@ -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,