diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-15 19:16:46 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-15 19:16:46 +0000 |
commit | 0e52ea03037d13ec98db7b2725ef209921656758 (patch) | |
tree | a7ab70a42099286f72e885616a9b28d1a4f39230 /lisp/completion.el | |
parent | 6496f3d2b05e27da80f63cc5f7d73738e6399901 (diff) | |
download | emacs-0e52ea03037d13ec98db7b2725ef209921656758.tar.gz |
Comment change.
Diffstat (limited to 'lisp/completion.el')
-rw-r--r-- | lisp/completion.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/completion.el b/lisp/completion.el index 2192239f56a..7bbc99b2608 100644 --- a/lisp/completion.el +++ b/lisp/completion.el @@ -5,14 +5,6 @@ ;;; Commentary: -;;; This file is very badly designed in that it redefines -;;; standard functions of Emacs. This is bad design, because -;;; this file cannot be updated to correspond to the latest -;;; versions of those functions. Therefore, you must expect -;;; it to produce unpredictable and undesirable results. -;;; This file needs to be redesigned to work in a modular fashion. -;;; -- rms. - ;;; This is a Completion system for GNU Emacs ;;; ;;; E-Mail: |