diff options
author | Dmitry Antipov <dmantipov@yandex.ru> | 2013-01-25 21:13:31 +0400 |
---|---|---|
committer | Dmitry Antipov <dmantipov@yandex.ru> | 2013-01-25 21:13:31 +0400 |
commit | 59e624b37b84a4915d1f05e8fe77e48d941499f4 (patch) | |
tree | 84828b20ae719b29ac72cd39322281db7fc44e4d /src/insdel.c | |
parent | 1314a64c2626e710f2f3271729791882f5b475eb (diff) |
* insdel.c (insert_1): Remove.
* lisp.h (insert_1): Remove prototype.
* xdisp.c (message_dolog): Adjust users to call insert_1_both.
Diffstat (limited to 'src/insdel.c')
-rw-r--r-- | src/insdel.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/insdel.c b/src/insdel.c index 303247816c..4cf4e6452a 100644 --- a/src/insdel.c +++ b/src/insdel.c @@ -658,17 +658,6 @@ insert_before_markers_and_inherit (const char *string, } } -/* Subroutine used by the insert functions above. */ - -void -insert_1 (const char *string, ptrdiff_t nbytes, - bool inherit, bool prepare, bool before_markers) -{ - insert_1_both (string, chars_in_text ((unsigned char *) string, nbytes), - nbytes, inherit, prepare, before_markers); -} - - #ifdef BYTE_COMBINING_DEBUG /* See if the bytes before POS/POS_BYTE combine with bytes |