(Fset_text_properties): No special case for props = nil.
authorRichard M. Stallman <rms@gnu.org>
Fri, 11 Jun 1993 07:29:55 +0000 (07:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 11 Jun 1993 07:29:55 +0000 (07:29 +0000)
src/textprop.c

index 865f35c..b3bd1dd 100644 (file)
@@ -713,8 +713,6 @@ is the string or buffer containing the text.")
   register int s, len;
 
   props = validate_plist (props);
-  if (NILP (props))
-    return Qnil;
 
   if (NILP (object))
     XSET (object, Lisp_Buffer, current_buffer);