diff options
| author | Dan Nicolaescu | 1998-05-26 09:23:23 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 1998-05-26 09:23:23 +0000 |
| commit | f5f727f8ffa2e674601875b2f2fe7ce3f0030c93 (patch) | |
| tree | 2ce075c3ef33cbd16429784b1d91ca265315b293 /lisp/completion.el | |
| parent | 18baef8fa993d19a8af279a92b2f4efcb82fd199 (diff) | |
| download | emacs-f5f727f8ffa2e674601875b2f2fe7ce3f0030c93.tar.gz emacs-f5f727f8ffa2e674601875b2f2fe7ce3f0030c93.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/completion.el')
| -rw-r--r-- | lisp/completion.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/completion.el b/lisp/completion.el index f087031b266..e17b01d4379 100644 --- a/lisp/completion.el +++ b/lisp/completion.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1990, 1993, 1995, 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1990, 1993, 1995, 1997 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: abbrev | 6 | ;; Keywords: abbrev convenience |
| 7 | ;; Author: Jim Salem <alem@bbnplanet.com> of Thinking Machines Inc. | 7 | ;; Author: Jim Salem <alem@bbnplanet.com> of Thinking Machines Inc. |
| 8 | ;; (ideas suggested by Brewster Kahle) | 8 | ;; (ideas suggested by Brewster Kahle) |
| 9 | 9 | ||
| @@ -281,7 +281,8 @@ | |||
| 281 | 281 | ||
| 282 | (defgroup completion nil | 282 | (defgroup completion nil |
| 283 | "Dynamic word-completion code." | 283 | "Dynamic word-completion code." |
| 284 | :group 'matching) | 284 | :group 'matching |
| 285 | :group 'convenience) | ||
| 285 | 286 | ||
| 286 | 287 | ||
| 287 | (defcustom enable-completion t | 288 | (defcustom enable-completion t |