diff options
author | Juri Linkov <juri@jurta.org> | 2005-11-09 07:52:13 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2005-11-09 07:52:13 +0000 |
commit | 4630ae320263c04e937af3d27c12e5a9fa538296 (patch) | |
tree | e001b60f079aad1a81fef8b3c2834ac249aa0499 /admin | |
parent | 58b6f884c020ab4edd5e8c56ea199bc3ede5d9d2 (diff) | |
download | emacs-4630ae320263c04e937af3d27c12e5a9fa538296.tar.gz |
Fixed a bug where where-is-internal failed to detect when a key is
shadowed by a shorter prefix key.
Diffstat (limited to 'admin')
-rw-r--r-- | admin/FOR-RELEASE | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 93f0064b152..c5a75c7a1e1 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -44,9 +44,6 @@ invalid pointer from string_free_list. * BUGS -** Make where-is-internal detect when a key is shadowed by a shorter -prefix key that prevents you from entering it. - ** Clean up the confusion about what `unspecified' means in the face defaults for new frames. |