Looks good.  How about the lines (9495-7):

       mock_input = max (t, mock_input);
       fkey.start = fkey.end = KEYMAPP (fkey.map) ? 0 : bufsize + 1;
       keytran.start = keytran.end = KEYMAPP (keytran.map) ? 0 : bufsize + 1;

    should they also read?:

       mock_input = max (t, mock_input);
       fkey.start = fkey.end = 0;
       keytran.start = keytran.end = 0;

I think so.  Thanks.

I installed the change.


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to