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

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

[elpa] externals/vertico af41b13 24/48: fix lexical scoping


From: Stefan Monnier
Subject: [elpa] externals/vertico af41b13 24/48: fix lexical scoping
Date: Mon, 5 Apr 2021 10:54:43 -0400 (EDT)

branch: externals/vertico
commit af41b13bf1884b12f678ba5594e3efa17532d9c8
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    fix lexical scoping
---
 minicomp.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/minicomp.el b/minicomp.el
index 55361fc..bf4e846 100644
--- a/minicomp.el
+++ b/minicomp.el
@@ -431,6 +431,7 @@
       (concat (substring content 0 minicomp--base)
               (nth minicomp--index minicomp--candidates)))))
 
+(defvar orderless-skip-highlighting)
 (defun minicomp--setup ()
   "Setup completion system."
   (setq-local truncate-lines nil)



reply via email to

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