# HG changeset patch # User Richard M. Stallman # Date 739783795 0 # Node ID a846352be1a00f6f408293ed24113c34f03177e9 # Parent df1a2751ca24646194c1731583284281f64441ab (Fset_text_properties): No special case for props = nil. diff -r df1a2751ca24 -r a846352be1a0 src/textprop.c --- a/src/textprop.c Fri Jun 11 07:14:12 1993 +0000 +++ b/src/textprop.c Fri Jun 11 07:29:55 1993 +0000 @@ -713,8 +713,6 @@ register int s, len; props = validate_plist (props); - if (NILP (props)) - return Qnil; if (NILP (object)) XSET (object, Lisp_Buffer, current_buffer);