home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 55
/
Amiga_Dream_55.iso
/
RISCOS
/
APPS
/
TEXT
/
UNIXUT
/
MEMACS.ZIP
/
MEmacs
/
H
/
Elang
< prev
next >
Wrap
Text File
|
1990-06-26
|
498b
|
30 lines
/* ELANG.H: Language specific definitions for
MicroEMACS 3.10
(C)opyright 1988 by Daniel Lawrence
*/
#if ENGLISH
#include "english.h"
#define LANGUAGE "english"
#endif
#if FRENCH
#include "french.h"
#define LANGUAGE "french"
#endif
#if SPANISH
#include "spanish.h"
#define LANGUAGE "spanish"
#endif
#if GERMAN
#include "german.h"
#define LANGUAGE "german"
#endif
#if DUTCH
#include "dutch.h"
#define LANGUAGE "dutch"
#endif
#if PLATIN
#include "platin.h"
#define LANGUAGE "pig latin"
#endif