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:
parent
ae6d453bf3
commit
51da15d56f
1 changed files with 8 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue