This should take a step towards solving it.

*** keymap.c    11 Feb 2006 11:43:58 -0500      1.318
--- keymap.c    05 Mar 2006 16:02:47 -0500      
***************
*** 3371,3377 ****
        if (vect[i].shadowed)
        {
          SET_PT (PT - 1);
!         insert_string ("  (binding currently shadowed)");
          SET_PT (PT + 1);
        }
      }
--- 3371,3377 ----
        if (vect[i].shadowed)
        {
          SET_PT (PT - 1);
!         insert_string ("  (shadowed)");
          SET_PT (PT + 1);
        }
      }


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to