aboutsummaryrefslogtreecommitdiffstats
path: root/src/insdel.c
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2011-04-13 17:49:57 -0700
committerPaul Eggert <[email protected]>2011-04-13 17:49:57 -0700
commit4889fc82cf51dacb7435e33c5230f53c1251b0d4 (patch)
tree09044d6b15df11aa8152efb7e05037c63ca61bad /src/insdel.c
parent77382fcc33809a84866968ed3f969ea65ea4f1f7 (diff)
* insdel.c (signal_before_change): Now static.
Diffstat (limited to 'src/insdel.c')
-rw-r--r--src/insdel.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/insdel.c b/src/insdel.c
index 4bc25025a2..8733054e9c 100644
--- a/src/insdel.c
+++ b/src/insdel.c
@@ -66,6 +66,8 @@ static Lisp_Object combine_after_change_list;
static Lisp_Object combine_after_change_buffer;
Lisp_Object Qinhibit_modification_hooks;
+
+static void signal_before_change (EMACS_INT, EMACS_INT, EMACS_INT *);
#define CHECK_MARKERS() \
do \
@@ -1997,7 +1999,7 @@ reset_var_on_error (Lisp_Object val)
If PRESERVE_PTR is nonzero, we relocate *PRESERVE_PTR
by holding its value temporarily in a marker. */
-void
+static void
signal_before_change (EMACS_INT start_int, EMACS_INT end_int,
EMACS_INT *preserve_ptr)
{