diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index db3b8efecb4..820f986179d 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -1292,7 +1292,7 @@ struct face | |||
| 1292 | unsigned background_defaulted_p : 1; | 1292 | unsigned background_defaulted_p : 1; |
| 1293 | 1293 | ||
| 1294 | /* 1 means that either no color is specified for underlining or that | 1294 | /* 1 means that either no color is specified for underlining or that |
| 1295 | the the specified color couldn't be loaded. Use the foreground | 1295 | the specified color couldn't be loaded. Use the foreground |
| 1296 | color when drawing in that case. */ | 1296 | color when drawing in that case. */ |
| 1297 | unsigned underline_defaulted_p : 1; | 1297 | unsigned underline_defaulted_p : 1; |
| 1298 | 1298 | ||