summaryrefslogtreecommitdiff
path: root/src/keymap.c
diff options
context:
space:
mode:
authorJohn Paul Wallington <jpw@pobox.com>2003-10-03 08:30:55 +0000
committerJohn Paul Wallington <jpw@pobox.com>2003-10-03 08:30:55 +0000
commit26a6e439a3b443cfbf9780e1aceeec563f09a105 (patch)
tree9a08416e6e1790ceea5b802430fa0461e0f913ae /src/keymap.c
parenta63cf46f85bf85e8dd4d3bbb04fb73795a88aed8 (diff)
downloademacs-26a6e439a3b443cfbf9780e1aceeec563f09a105.tar.gz
(map_keymap): Don't abort when binding is a vector.
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c1
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;