diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2003-03-18 19:35:23 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2003-03-18 19:35:23 +0000 |
commit | ba1dcac81a78eb8bbf4f27a67bf529fc45cc0528 (patch) | |
tree | e540363086b44ca5d86bcccde35b2ae2904a0610 /src/keymap.c | |
parent | 2d5fef603b5be60239e3028abcaa7fd880e1a719 (diff) | |
download | emacs-ba1dcac81a78eb8bbf4f27a67bf529fc45cc0528.tar.gz |
(Faccessible_keymaps): Remove unused var.
Diffstat (limited to 'src/keymap.c')
-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. */) (keymap, prefix) Lisp_Object keymap, prefix; { - Lisp_Object maps, good_maps, tail; + Lisp_Object maps, tail; int prefixlen = 0; /* no need for gcpro because we don't autoload any keymaps. */ |