diff options
Diffstat (limited to 'src/keymap.c')
-rw-r--r-- | src/keymap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c index 54dd942c7e2..5f1f2a3f3a3 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -695,7 +695,6 @@ map_keymap (map, fun, args, data, autoload) /* 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; |