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:
parent
f54a8c1a1f
commit
c8951b1855
1 changed files with 2 additions and 0 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue