comparison 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
comparison
equal deleted inserted replaced
20954:19094d61a428 20955:0e9aa345d2f9
490 register INTERVAL i; 490 register INTERVAL i;
491 int beg, end; 491 int beg, end;
492 492
493 if (NILP (object)) 493 if (NILP (object))
494 XSETBUFFER (object, current_buffer); 494 XSETBUFFER (object, current_buffer);
495 else if (EQ (object, Qt))
496 return NULL_INTERVAL;
495 497
496 CHECK_STRING_OR_BUFFER (object, 0); 498 CHECK_STRING_OR_BUFFER (object, 0);
497 499
498 if (BUFFERP (object)) 500 if (BUFFERP (object))
499 { 501 {