1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-10 16:21:09 -07:00

Add grotesque interface version (arena instead of space)

Copied from Perforce
 Change: 18847
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Tucker 1997-09-26 15:04:45 +01:00
parent ae6d453bf3
commit 51da15d56f

View file

@ -5,9 +5,16 @@
valid versions are:
MO : modern -- i.e. as in thursday afternoon
OS : oldstyle -- dylan.incr.patch.11
GR : grotesque -- dylan.honeybee (space -> arena)
*/
#if defined(MMQA_VERS_GR)
#include "grotesq.h"
#elif defined(MMQA_VERS_MO)
#include "modern.h"
#if defined(MMQA_VERS_MO)
#elif defined(MMQA_VERS_OS)
#include "oldstyle.h"