1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

Merge name to function and key code to function table initialization.

This commit is contained in:
2021-07-23 10:47:58 +08:00
parent 521d96fbda
commit f30ef38bc8
8 changed files with 321 additions and 562 deletions

4
bind.h
View File

@@ -1,15 +1,15 @@
#ifndef _BIND_H_
#define _BIND_H_
#include "ebind.h"
#include "names.h"
#define APROP 1 /* Add code for Apropos command */
/* uEMACS functions */
#if APROP
int apro( int f, int n) ;
#endif
/* uEMACS functions */
int help( int f, int n) ;
int deskey( int f, int n) ;
int bindtokey( int f, int n) ;