1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 11:21:04 -08:00

Declare Fmake_sparse_keymap.

This commit is contained in:
Karl Heuer 1994-09-19 00:13:35 +00:00
parent f54a8c1a1f
commit c8951b1855

View file

@ -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))