Remove minibuffer annotation during minibuffer recursion
commit970a120f9bedda81188417631a3b43d39dc91841
authorDavid Kettler <kettler@internode.on.net>
Wed, 14 Mar 2012 03:34:38 +0000 (14 14:04 +1030)
committerDavid Kettler <kettler@internode.on.net>
Thu, 15 Mar 2012 10:41:25 +0000 (15 21:11 +1030)
tree6a90e040b5fddea26ea22e181a9034386ca4dfdc
parentb146f0e649050d2cf49c7f5d7e029644fc6f0549
Remove minibuffer annotation during minibuffer recursion

When the minibuffer is called recursively, the minibuffer annotation
should be hidden or updated appropriately.  For instance, previously
if "C-h c" was pressed while the annotation was shown during a hints
interaction, the annotation would confusingly remain visible while the
minibuffer prompted for a key.  Now the annotation will be hidden
until the user returns to the hints interaction.
modules/hints.js