diff options
| author | Richard M. Stallman | 1993-06-11 07:29:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-06-11 07:29:55 +0000 |
| commit | e54f12273a759d4332e0a8968f3c4fc430b88f30 (patch) | |
| tree | c8b346248d3bba95806ba43efa7f1e862eab87b1 /src | |
| parent | a91073601176d732ed0104d9488da2b84bc82004 (diff) | |
| download | emacs-e54f12273a759d4332e0a8968f3c4fc430b88f30.tar.gz emacs-e54f12273a759d4332e0a8968f3c4fc430b88f30.zip | |
(Fset_text_properties): No special case for props = nil.
Diffstat (limited to 'src')
| -rw-r--r-- | src/textprop.c | 2 |
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); |