diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c index d92b386c4e7..d1fee120414 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -1734,7 +1734,7 @@ then the value includes only maps for prefixes that start with PREFIX. */) | |||
| 1734 | (keymap, prefix) | 1734 | (keymap, prefix) |
| 1735 | Lisp_Object keymap, prefix; | 1735 | Lisp_Object keymap, prefix; |
| 1736 | { | 1736 | { |
| 1737 | Lisp_Object maps, good_maps, tail; | 1737 | Lisp_Object maps, tail; |
| 1738 | int prefixlen = 0; | 1738 | int prefixlen = 0; |
| 1739 | 1739 | ||
| 1740 | /* no need for gcpro because we don't autoload any keymaps. */ | 1740 | /* no need for gcpro because we don't autoload any keymaps. */ |