aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h
index b6bf2bdb502..b2beeffa79e 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -2574,7 +2574,6 @@ extern void move_gap_both (EMACS_INT, EMACS_INT);
2574extern void make_gap (EMACS_INT); 2574extern void make_gap (EMACS_INT);
2575extern EMACS_INT copy_text (const unsigned char *, unsigned char *, 2575extern EMACS_INT copy_text (const unsigned char *, unsigned char *,
2576 EMACS_INT, int, int); 2576 EMACS_INT, int, int);
2577extern EMACS_INT count_size_as_multibyte (const unsigned char *, EMACS_INT);
2578extern int count_combining_before (const unsigned char *, 2577extern int count_combining_before (const unsigned char *,
2579 EMACS_INT, EMACS_INT, EMACS_INT); 2578 EMACS_INT, EMACS_INT, EMACS_INT);
2580extern int count_combining_after (const unsigned char *, 2579extern int count_combining_after (const unsigned char *,