From: Robert Spalek Date: Tue, 5 Nov 2002 11:54:40 +0000 (+0000) Subject: WT_LINK added into WORD_TYPES_META X-Git-Tag: holmes-import~1314 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=3ddf73130fa4c00ec2c685e80ea68c5f46039739;p=libucw.git WT_LINK added into WORD_TYPES_META --- diff --git a/lib/custom.h b/lib/custom.h index c64694d5..e6269c73 100644 --- a/lib/custom.h +++ b/lib/custom.h @@ -49,7 +49,7 @@ enum word_type { /* These types are separated out when printing contexts */ #define WORD_TYPES_META ((1 << WT_TITLE) | (1 << WT_KEYWORD) | \ - (1 << WT_META)) + (1 << WT_META) | (1 << WT_LINK)) /* These types are always matched without accents if accent mode is set to "auto" */ #define WORD_TYPES_NO_AUTO_ACCENT 0