]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete outdated comment about C rewrite in apropos.el
authorStefan Kangas <stefan@marxist.se>
Sat, 7 Nov 2020 07:20:21 +0000 (08:20 +0100)
committerStefan Kangas <stefan@marxist.se>
Sat, 7 Nov 2020 07:26:12 +0000 (08:26 +0100)
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.

lisp/apropos.el

index e7e8955afe85d6d58cf8d96bad8b6e7f1147955e..9debdfb19cec4bf1a29db0f74a4c27782d10f623 100644 (file)
@@ -27,8 +27,7 @@
 
 ;; The ideas for this package were derived from the C code in
 ;; src/keymap.c and elsewhere.  The functions in this file should
-;; always be byte-compiled for speed.  Someone should rewrite this in
-;; C (as part of src/keymap.c) for speed.
+;; always be byte-compiled for speed.
 
 ;; The idea for super-apropos is based on the original implementation
 ;; by Lynn Slater <lrs@esl.com>.