aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1994-09-19 00:13:35 +0000
committerKarl Heuer <[email protected]>1994-09-19 00:13:35 +0000
commitc8951b1855aebaf5cd9abc1a51e7138d44bb624f (patch)
tree94b221cb1011a7fc6f3f527934cb95693c741e21 /src
parentf54a8c1a1ff9c3aba92d96a4ebd22ce3951fb99a (diff)
Declare Fmake_sparse_keymap.
Diffstat (limited to 'src')
-rw-r--r--src/term.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/term.c b/src/term.c
index b95141d7db..5b1d8118ca 100644
--- a/src/term.c
+++ b/src/term.c
@@ -31,6 +31,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "termhooks.h"
#include "keyboard.h"
+extern Lisp_Object Fmake_sparse_keymap ();
+
#define max(a, b) ((a) > (b) ? (a) : (b))
#define min(a, b) ((a) < (b) ? (a) : (b))