Mercurial > emacs
diff src/keymap.c @ 35552:bf541983af82
(Fwhere_is_internal): Declare gcpro3, gcpro4.
| author | Dave Love <fx@gnu.org> |
|---|---|
| date | Thu, 25 Jan 2001 12:58:22 +0000 |
| parents | beec07f3fec0 |
| children | 8bd6c08f7278 |
line wrap: on
line diff
--- a/src/keymap.c Thu Jan 25 12:40:49 2001 +0000 +++ b/src/keymap.c Thu Jan 25 12:58:22 2001 +0000 @@ -2268,7 +2268,7 @@ { Lisp_Object *defns; int i, n; - struct gcpro gcpro1, gcpro2; + struct gcpro gcpro1, gcpro2, gcpro3, gcpro4; /* Check heuristic-consistency of the cache. */ if (NILP (Fequal (keymaps, where_is_cache_keymaps)))
