diff options
Diffstat (limited to 'src/intervals.h')
| -rw-r--r-- | src/intervals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intervals.h b/src/intervals.h index 162c4efc62e..f37372a42c8 100644 --- a/src/intervals.h +++ b/src/intervals.h | |||
| @@ -116,7 +116,7 @@ struct interval | |||
| 116 | 116 | ||
| 117 | /* True if this is a default interval, which is the same as being null | 117 | /* True if this is a default interval, which is the same as being null |
| 118 | or having no properties. */ | 118 | or having no properties. */ |
| 119 | #define DEFAULT_INTERVAL_P(i) (!i || EQ ((i)->plist, Qnil)) | 119 | #define DEFAULT_INTERVAL_P(i) (!i || NILP ((i)->plist)) |
| 120 | 120 | ||
| 121 | /* Test what type of parent we have. Three possibilities: another | 121 | /* Test what type of parent we have. Three possibilities: another |
| 122 | interval, a buffer or string object, or NULL. */ | 122 | interval, a buffer or string object, or NULL. */ |