diff options
| author | Stefan Kangas | 2020-11-07 08:20:21 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2020-11-07 08:26:12 +0100 |
| commit | ece1e1da5ea86fb02230e10111ea188ee0a59fc9 (patch) | |
| tree | 7895b3df1cdb716fccb485af7648679b806a3127 | |
| parent | 6df06148e55959c0a31c50e260cfb697de3b4394 (diff) | |
| download | emacs-ece1e1da5ea86fb02230e10111ea188ee0a59fc9.tar.gz emacs-ece1e1da5ea86fb02230e10111ea188ee0a59fc9.zip | |
Delete outdated comment about C rewrite in apropos.el
Maybe it made sense to rewrite apropos.el in C for speed in 1991, but
today the speed increase would not outweigh the maintenance burden.
* lisp/apropos.el: Delete outdated comment.
| -rw-r--r-- | lisp/apropos.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el index e7e8955afe8..9debdfb19ce 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el | |||
| @@ -27,8 +27,7 @@ | |||
| 27 | 27 | ||
| 28 | ;; The ideas for this package were derived from the C code in | 28 | ;; The ideas for this package were derived from the C code in |
| 29 | ;; src/keymap.c and elsewhere. The functions in this file should | 29 | ;; src/keymap.c and elsewhere. The functions in this file should |
| 30 | ;; always be byte-compiled for speed. Someone should rewrite this in | 30 | ;; always be byte-compiled for speed. |
| 31 | ;; C (as part of src/keymap.c) for speed. | ||
| 32 | 31 | ||
| 33 | ;; The idea for super-apropos is based on the original implementation | 32 | ;; The idea for super-apropos is based on the original implementation |
| 34 | ;; by Lynn Slater <lrs@esl.com>. | 33 | ;; by Lynn Slater <lrs@esl.com>. |