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 | 8df2bbc6342c819958510fbec2948dc351123e37 (patch) | |
tree | d7e752014a5826a279617350793295b9c94a43ad /lisp/completion.el | |
parent | c4326075b5be8e74e346a723f3131e43a479d7bb (diff) | |
download | emacs-8df2bbc6342c819958510fbec2948dc351123e37.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: |