>>>>> On Wed, 16 Nov 2005 17:01:35 -0500, "Richard M. Stallman" <[EMAIL 
>>>>> PROTECTED]> said:

> Meanwhile, how about this fix in keymap.c?

This correctly reports an error for the international/encoded-kb case,
but I think at least the vector case in store_in_keymap still has a
missing CHECK_IMPURE.

        if (VECTORP (elt))
          {
            if (NATNUMP (idx) && XFASTINT (idx) < ASIZE (elt))
              {
                ASET (elt, XFASTINT (idx), def);
                return def;
              }
            insertion_point = tail;
          }

                                     YAMAMOTO Mitsuharu
                                [EMAIL PROTECTED]


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

Reply via email to