From: Stefan Monnier Date: Mon, 19 Nov 2001 22:46:29 +0000 (+0000) Subject: (describe_vector): Update prototype. X-Git-Tag: ttn-vms-21-2-B4~18357 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f0bd0cddbbb89eb5de63651895e0e1211f7f8e25;p=emacs.git (describe_vector): Update prototype. --- diff --git a/src/keymap.h b/src/keymap.h index b8fedcc05a1..61e33834c8c 100644 --- a/src/keymap.h +++ b/src/keymap.h @@ -35,8 +35,8 @@ EXFUN (Fwhere_is_internal, 4); extern Lisp_Object access_keymap P_ ((Lisp_Object, Lisp_Object, int, int, int)); extern Lisp_Object get_keyelt P_ ((Lisp_Object, int)); extern Lisp_Object get_keymap P_ ((Lisp_Object, int, int)); -extern void describe_vector P_ ((Lisp_Object, Lisp_Object, - void (*) (Lisp_Object), int, +extern void describe_vector P_ ((Lisp_Object, Lisp_Object, Lisp_Object, + void (*) (Lisp_Object, Lisp_Object), int, Lisp_Object, Lisp_Object, int *, int)); extern void describe_map_tree P_ ((Lisp_Object, int, Lisp_Object, Lisp_Object, char *, int, int, int));