summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2026-01-05 16:06:54 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2026-01-05 16:06:54 +0100
commitd2144a888380a21a34fcb54037326358947f9353 (patch)
tree2976ee2e1e24544e8453171dcfed1d926c7f726e
parent795409e9e18327c18afa6738bbb7a3d721345090 (diff)
corfu--in-region-1 always takes a predicate argument
-rw-r--r--corfu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/corfu.el b/corfu.el
index 00f1ea0..4f4a15d 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-/