]> mj.ucw.cz Git - libucw.git/commitdiff
WT_LINK added into WORD_TYPES_META
authorRobert Spalek <robert@ucw.cz>
Tue, 5 Nov 2002 11:54:40 +0000 (11:54 +0000)
committerRobert Spalek <robert@ucw.cz>
Tue, 5 Nov 2002 11:54:40 +0000 (11:54 +0000)
lib/custom.h

index c64694d594417faf91a787b45effa599bf6ef5d1..e6269c73d944b9c24d8a612566dde4114b7ffea1 100644 (file)
@@ -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