branch: elpa/vcomplete
commit 47037cc53d7085a505d763043e914b3203972dff
Author: Daniel Semyonov <dan...@dsemy.com>
Commit: Daniel Semyonov <dan...@dsemy.com>

    ; Remove unnecessary function quote
---
 vcomplete.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vcomplete.el b/vcomplete.el
index 743950aa9d..5a5e722036 100644
--- a/vcomplete.el
+++ b/vcomplete.el
@@ -270,7 +270,7 @@ With prefix argument N, move N items (negative N means move 
forward)."
                #'vcomplete--disable-completion-in-region t)
   ;; This has the nice side effect of also checking whether
   ;; `completion-in-region-mode' is active.
-  (when-let ((map (assq #'completion-in-region-mode
+  (when-let ((map (assq 'completion-in-region-mode
                         minor-mode-overriding-map-alist)))
     (setq vcomplete--last-completion-overlay nil)
     (when vcomplete-auto-update

Reply via email to