diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/textprop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textprop.c b/src/textprop.c index 13cd87ac473..93d19754da5 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -1351,7 +1351,7 @@ into it. */) | |||
| 1351 | (NILP (append) | 1351 | (NILP (append) |
| 1352 | ? TEXT_PROPERTY_PREPEND | 1352 | ? TEXT_PROPERTY_PREPEND |
| 1353 | : TEXT_PROPERTY_APPEND), | 1353 | : TEXT_PROPERTY_APPEND), |
| 1354 | !STRINGP (object)); | 1354 | false); |
| 1355 | return Qnil; | 1355 | return Qnil; |
| 1356 | } | 1356 | } |
| 1357 | 1357 | ||