Mercurial > emacs
changeset 41292:f8c58d8aa72b
(describe_vector): Update prototype.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 19 Nov 2001 22:46:29 +0000 |
parents | b75e56ea3973 |
children | 3db86c7bf56f |
files | src/keymap.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keymap.h Mon Nov 19 22:06:10 2001 +0000 +++ b/src/keymap.h Mon Nov 19 22:46:29 2001 +0000 @@ -35,8 +35,8 @@ 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));