Mercurial > emacs
changeset 35552:bf541983af82
(Fwhere_is_internal): Declare gcpro3, gcpro4.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 25 Jan 2001 12:58:22 +0000 |
parents | d990dc9eee73 |
children | 79eb2dc0229e |
files | src/keymap.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)))