aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 449c8a1b453..133333cd959 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -1868,7 +1868,7 @@ adjust_point_for_property (last_pt, modified)
1868 int last_pt; 1868 int last_pt;
1869 int modified; 1869 int modified;
1870{ 1870{
1871 int beg, end; 1871 EMACS_INT beg, end;
1872 Lisp_Object val, overlay, tmp; 1872 Lisp_Object val, overlay, tmp;
1873 int check_composition = 1, check_display = 1, check_invisible = 1; 1873 int check_composition = 1, check_display = 1, check_invisible = 1;
1874 int orig_pt = PT; 1874 int orig_pt = PT;