]> git.eshelyaron.com Git - emacs.git/commitdiff
(partial-completion-mode): Drop unneeded positional args.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 3 Nov 2000 22:12:16 +0000 (22:12 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 3 Nov 2000 22:12:16 +0000 (22:12 +0000)
lisp/complete.el

index 2a759122d6d605bb78b90032f8e5c96d3a12b7ef..7d50a89d2a73848060a111bedd27d8b1c18bd5fe 100644 (file)
@@ -209,7 +209,7 @@ Unless `PC-disable-includes' is non-nil, the \"<...>\" sequence is interpreted
 specially in \\[find-file].  For example,
 \\[find-file] <sys/time.h> 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...