1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

*** empty log message ***

This commit is contained in:
David Kastrup 2004-06-03 19:52:34 +00:00
parent 52deb19f24
commit 67c41d86aa

View File

@ -1,3 +1,11 @@
2004-06-03 David Kastrup <dak@gnu.org>
* woman.el (woman-mapcan): More concise code.
(woman-topic-all-completions, woman-topic-all-completions-1)
(woman-topic-all-completions-merge): Replace by a simpler and
much faster implementation based on O(n log n) sort/merge instead
of the old O(n^2) behavior.
2004-06-03 Miles Bader <miles@gnu.org>
* subr.el (read-number): Use canonical format for default in prompt.