branch: elpa/sweeprolog
commit 9ec96601bf58412af001b63df9149c16260db96f
Author: Eshel Yaron <m...@eshelyaron.com>
Commit: Eshel Yaron <m...@eshelyaron.com>

    * sweeprolog.el (sweeprolog-read-predicate): Require match.
---
 sweeprolog.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sweeprolog.el b/sweeprolog.el
index 524f808f32..dd2728479c 100644
--- a/sweeprolog.el
+++ b/sweeprolog.el
@@ -1033,7 +1033,7 @@ default."
        (lambda (cand)
          (funcall sweeprolog-predicate-visible-p-function
                   (car cand))))
-     nil nil 'sweeprolog-read-predicate-history default)))
+     'require-match nil 'sweeprolog-read-predicate-history default)))
 
 (defun sweeprolog-predicate-prefix-boundaries (&optional point)
   (let ((case-fold-search nil))

Reply via email to