emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ece1e1d: Delete outdated comment about C rewrite in apropos.el


From: Stefan Kangas
Subject: master ece1e1d: Delete outdated comment about C rewrite in apropos.el
Date: Sat, 7 Nov 2020 02:42:49 -0500 (EST)

branch: master
commit ece1e1da5ea86fb02230e10111ea188ee0a59fc9
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    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.
---
 lisp/apropos.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/apropos.el b/lisp/apropos.el
index e7e8955..9debdfb 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -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>.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]