changeset 52740:65659702b0af

(map_keymap): Don't abort when binding is a vector.
author John Paul Wallington <jpw@pobox.com>
date Fri, 03 Oct 2003 08:30:05 +0000
parents 92fbdfc121ab
children e6724841a266
files src/keymap.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keymap.c	Thu Oct 02 23:17:33 2003 +0000
+++ b/src/keymap.c	Fri Oct 03 08:30:05 2003 +0000
@@ -695,7 +695,6 @@
 	  /* Loop over the char values represented in the vector.  */
 	  int len = ASIZE (binding);
 	  int c;
-	  abort();
 	  for (c = 0; c < len; c++)
 	    {
 	      Lisp_Object character;