<> <> <> <> <<>> <> <<>> DIRECTORY KeyTypes; KeySymsPublish: CEDAR DEFINITIONS = BEGIN KeySym: TYPE = KeyTypes.KeySym; EmDash: KeySym = [0AA9H]; EnDash: KeySym = [0AAAH]; END.