diff src/textprop.c @ 20955:0e9aa345d2f9

(interval_of): Handle Qt.
author Karl Heuer <kwzh@gnu.org>
date Sun, 22 Feb 1998 01:03:49 +0000
parents 4409f95651d1
children e179bf1418b7
line wrap: on
line diff
--- a/src/textprop.c	Sun Feb 22 00:30:03 1998 +0000
+++ b/src/textprop.c	Sun Feb 22 01:03:49 1998 +0000
@@ -492,6 +492,8 @@
 
   if (NILP (object))
     XSETBUFFER (object, current_buffer);
+  else if (EQ (object, Qt))
+    return NULL_INTERVAL;
 
   CHECK_STRING_OR_BUFFER (object, 0);