branch: externals/corfu
commit d2144a888380a21a34fcb54037326358947f9353
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    corfu--in-region-1 always takes a predicate argument
---
 corfu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/corfu.el b/corfu.el
index 00f1ea04ae..4f4a15d281 100644
--- a/corfu.el
+++ b/corfu.el
@@ -946,7 +946,7 @@ See `completion-in-region' for the arguments BEG, END, 
TABLE, PRED."
            (default-value 'completion-in-region-function))
          args))
 
-(defun corfu--in-region-1 (beg end table &optional pred)
+(defun corfu--in-region-1 (beg end table pred)
   "Complete in region, see `completion-in-region' for BEG, END, TABLE, PRED."
   (barf-if-buffer-read-only)
   ;; Restart the completion. This can happen for example if C-M-/

Reply via email to