aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2000-08-20 17:12:03 +0000
committerMiles Bader2000-08-20 17:12:03 +0000
commit6e69ab8c7b605d6ec0d05c6378dcd26f5a8ac835 (patch)
tree721e0294c02164d758daea1a7c8e3d890218565b /src/ChangeLog
parent511bd4eb0b86480b119e624e7d23bab0edcacf81 (diff)
downloademacs-6e69ab8c7b605d6ec0d05c6378dcd26f5a8ac835.tar.gz
emacs-6e69ab8c7b605d6ec0d05c6378dcd26f5a8ac835.zip
(do_completion): Try again if we rewrite the input string, but no
completion was done, so that any completion message will be correct.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 984cb3e81db..db632de81b4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12000-08-21 Miles Bader <miles@gnu.org>
2
3 * minibuf.c (do_completion): Try again if we rewrite the input
4 string, but no completion was done, so that any completion message
5 will be correct.
6
12000-08-20 Gerd Moellmann <gerd@gnu.org> 72000-08-20 Gerd Moellmann <gerd@gnu.org>
2 8
3 * xfaces.c (lface_equal_p): Compare strings differently. 9 * xfaces.c (lface_equal_p): Compare strings differently.