* insdel.c: Make symbols static if they're not exported.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2011 00:44:47 +0000 (17:44 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2011 00:44:47 +0000 (17:44 -0700)
commit77382fcc33809a84866968ed3f969ea65ea4f1f7
tree9351a65a22f7e58721843cfcd318c4e99dd2df14
parent9306c32edb973b6c85ab32437332c18288528830
* insdel.c: Make symbols static if they're not exported.

However, leave prepare_to_modify_buffer alone.  It's never
called from outside this function, but that appears to be a bug.
(combine_after_change_list, combine_after_change_buffer):
(adjust_after_replace): Now static.
(adjust_after_replace_noundo): Remove; unused.
* lisp.h (adjust_after_replace, adjust_after_replace_noundo):
Remove decls.
src/ChangeLog
src/insdel.c
src/lisp.h