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

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

[elpa] externals/orderless f4fa6a9d56 069/204: Add declaration of ivy-re


From: ELPA Syncer
Subject: [elpa] externals/orderless f4fa6a9d56 069/204: Add declaration of ivy-regex
Date: Tue, 11 Jan 2022 12:58:18 -0500 (EST)

branch: externals/orderless
commit f4fa6a9d56ec7f58b70f0b9949d71e175cf76d30
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>

    Add declaration of ivy-regex
---
 orderless.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/orderless.el b/orderless.el
index 2d250d1f44..d5edd517a4 100644
--- a/orderless.el
+++ b/orderless.el
@@ -288,6 +288,8 @@ This function is for integration of orderless with ivy, use 
it as
 a value in `ivy-re-builders-alist'."
   (or (mapcar (lambda (x) (cons x t)) (orderless--component-regexps str)) ""))
 
+(defvar ivy-regex)
+
 (defun orderless--ivy-highlight (str)
   "Highlight a match in STR of each regexp in `ivy-regex'.
 This function is for integration of orderless with ivy. Add a



reply via email to

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