From 00089cadd72d4cdf458e61d017a6a10582d37f63 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 3 Nov 2000 22:12:16 +0000 Subject: [PATCH] (partial-completion-mode): Drop unneeded positional args. --- lisp/complete.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/complete.el b/lisp/complete.el index 2a759122d6d..7d50a89d2a7 100644 --- a/lisp/complete.el +++ b/lisp/complete.el @@ -209,7 +209,7 @@ Unless `PC-disable-includes' is non-nil, the \"<...>\" sequence is interpreted specially in \\[find-file]. For example, \\[find-file] RET finds the file /usr/include/sys/time.h. See also the variable `PC-include-file-path'." - nil nil nil :global t :group 'partial-completion + :global t :group 'partial-completion ;; Deal with key bindings... (PC-bindings partial-completion-mode) ;; Deal with include file feature... -- 2.39.5