comparison src/keymap.c @ 17832:0cbd45e72b2d

Declare Fcopy_keymap as Lisp_Object in advance to avoid compiler error.
author Kenichi Handa <handa@m17n.org>
date Fri, 16 May 1997 00:43:22 +0000
parents 41b7d56b62fb
children f84a12392eab
comparison
equal deleted inserted replaced
17831:9238a2254a23 17832:0cbd45e72b2d
96 96
97 static Lisp_Object define_as_prefix (); 97 static Lisp_Object define_as_prefix ();
98 static Lisp_Object describe_buffer_bindings (); 98 static Lisp_Object describe_buffer_bindings ();
99 static void describe_command (), describe_translation (); 99 static void describe_command (), describe_translation ();
100 static void describe_map (); 100 static void describe_map ();
101 Lisp_Object Fcopy_keymap ();
101 102
102 /* Keymap object support - constructors and predicates. */ 103 /* Keymap object support - constructors and predicates. */
103 104
104 DEFUN ("make-keymap", Fmake_keymap, Smake_keymap, 0, 1, 0, 105 DEFUN ("make-keymap", Fmake_keymap, Smake_keymap, 0, 1, 0,
105 "Construct and return a new keymap, of the form (keymap VECTOR . ALIST).\n\ 106 "Construct and return a new keymap, of the form (keymap VECTOR . ALIST).\n\