changeset 1264:6ba9d5aaace6

* keymap.c (access_keymap): Don't forget to QUIT while scanning the keymap.
author Jim Blandy <jimb@redhat.com>
date Tue, 29 Sep 1992 16:01:03 +0000
parents 3790dfbefb30
children cfda1fa93624
files src/keymap.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/keymap.c	Tue Sep 29 15:06:46 1992 +0000
+++ b/src/keymap.c	Tue Sep 29 16:01:03 1992 +0000
@@ -247,6 +247,8 @@
 	      return XVECTOR (binding)->contents[XINT (idx)];
 	    break;
 	  }
+
+	QUIT;
       }
   }