diff options
| author | Karl Heuer | 1994-09-19 00:13:35 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-09-19 00:13:35 +0000 |
| commit | c8951b1855aebaf5cd9abc1a51e7138d44bb624f (patch) | |
| tree | 94b221cb1011a7fc6f3f527934cb95693c741e21 /src/term.c | |
| parent | f54a8c1a1ff9c3aba92d96a4ebd22ce3951fb99a (diff) | |
| download | emacs-c8951b1855aebaf5cd9abc1a51e7138d44bb624f.tar.gz emacs-c8951b1855aebaf5cd9abc1a51e7138d44bb624f.zip | |
Declare Fmake_sparse_keymap.
Diffstat (limited to 'src/term.c')
| -rw-r--r-- | src/term.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/term.c b/src/term.c index b95141d7dbd..5b1d8118cae 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -31,6 +31,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 31 | #include "termhooks.h" | 31 | #include "termhooks.h" |
| 32 | #include "keyboard.h" | 32 | #include "keyboard.h" |
| 33 | 33 | ||
| 34 | extern Lisp_Object Fmake_sparse_keymap (); | ||
| 35 | |||
| 34 | #define max(a, b) ((a) > (b) ? (a) : (b)) | 36 | #define max(a, b) ((a) > (b) ? (a) : (b)) |
| 35 | #define min(a, b) ((a) < (b) ? (a) : (b)) | 37 | #define min(a, b) ((a) < (b) ? (a) : (b)) |
| 36 | 38 | ||