Mercurial > emacs
changeset 50190:615d7388f725
(Faccessible_keymaps): Remove unused var.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 18 Mar 2003 19:35:23 +0000 |
parents | c7ce12a3b9c2 |
children | 2477f0ef966d |
files | src/keymap.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keymap.c Tue Mar 18 19:34:31 2003 +0000 +++ b/src/keymap.c Tue Mar 18 19:35:23 2003 +0000 @@ -1734,7 +1734,7 @@ (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. */