aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/textprop.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/textprop.c b/src/textprop.c
index 865f35c5fed..b3bd1dd4d37 100644
--- a/src/textprop.c
+++ b/src/textprop.c
@@ -713,8 +713,6 @@ is the string or buffer containing the text.")
713 register int s, len; 713 register int s, len;
714 714
715 props = validate_plist (props); 715 props = validate_plist (props);
716 if (NILP (props))
717 return Qnil;
718 716
719 if (NILP (object)) 717 if (NILP (object))
720 XSET (object, Lisp_Buffer, current_buffer); 718 XSET (object, Lisp_Buffer, current_buffer);