Mercurial > emacs
changeset 33183:1988cb3ecd2f
(partial-completion-mode): Drop unneeded positional args.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 03 Nov 2000 22:12:16 +0000 |
parents | 0f78cc4bde5f |
children | 8e6b63f3317d |
files | lisp/complete.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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] <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...