From 3ddf73130fa4c00ec2c685e80ea68c5f46039739 Mon Sep 17 00:00:00 2001 From: Robert Spalek Date: Tue, 5 Nov 2002 11:54:40 +0000 Subject: [PATCH] WT_LINK added into WORD_TYPES_META --- lib/custom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2