diff options
| author | Richard M. Stallman | 1995-04-08 06:20:51 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-04-08 06:20:51 +0000 |
| commit | 9d0eba571730f84fe256f364206b3936e77d31d2 (patch) | |
| tree | 0436dcc7b33b7603a32ec8bd79e6fb966fe56e7d | |
| parent | 8d4c2221cd8ff2acb627a16c1154560be80e5e54 (diff) | |
| download | emacs-9d0eba571730f84fe256f364206b3936e77d31d2.tar.gz emacs-9d0eba571730f84fe256f364206b3936e77d31d2.zip | |
Comment change.
| -rw-r--r-- | lisp/completion.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/completion.el b/lisp/completion.el index 8d2be55fff0..373fb38998a 100644 --- a/lisp/completion.el +++ b/lisp/completion.el | |||
| @@ -3,8 +3,8 @@ | |||
| 3 | 3 | ||
| 4 | ;; Maintainer: FSF | 4 | ;; Maintainer: FSF |
| 5 | ;; Keywords: abbrev | 5 | ;; Keywords: abbrev |
| 6 | ;; Author: Jim Salem <salem@think.com> and Brewster Kahle <brewster@think.com> | 6 | ;; Author: Jim Salem <salem@think.com> of Thinking Machines Inc. |
| 7 | ;; of Thinking Machines Inc. | 7 | ;; (ideas suggested by Brewster Kahle) |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||