diff options
| -rw-r--r-- | src/textprop.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/textprop.c b/src/textprop.c index 091e513689d..26d06cd7659 100644 --- a/src/textprop.c +++ b/src/textprop.c @@ -492,6 +492,8 @@ interval_of (position, object) if (NILP (object)) XSETBUFFER (object, current_buffer); + else if (EQ (object, Qt)) + return NULL_INTERVAL; CHECK_STRING_OR_BUFFER (object, 0); |
