# HG changeset patch # User Stefan Monnier # Date 973289536 0 # Node ID 1988cb3ecd2ff118132ace201d7811e5f0df8663 # Parent 0f78cc4bde5ffe25d13b7fe033fff1774d4fef26 (partial-completion-mode): Drop unneeded positional args. diff -r 0f78cc4bde5f -r 1988cb3ecd2f lisp/complete.el --- a/lisp/complete.el Fri Nov 03 20:59:18 2000 +0000 +++ b/lisp/complete.el Fri Nov 03 22:12:16 2000 +0000 @@ -209,7 +209,7 @@ 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...