aboutsummaryrefslogtreecommitdiffstats
path: root/src/marker.c
diff options
context:
space:
mode:
authorPaul Eggert2011-04-15 00:48:51 -0700
committerPaul Eggert2011-04-15 00:48:51 -0700
commit4170f62f39edf1ff1e99aec9bfbfe7bbf10e7fc9 (patch)
treee993b231bb5555c9c961f5d0b20d90ac76f77bbd /src/marker.c
parent1963a2e0bb07cc8dee6d27f972f93d9cfd7c6b2d (diff)
parent49093f601b69d91126aefd328ee8f6bfeb797407 (diff)
downloademacs-4170f62f39edf1ff1e99aec9bfbfe7bbf10e7fc9.tar.gz
emacs-4170f62f39edf1ff1e99aec9bfbfe7bbf10e7fc9.zip
Merge from mainline.
Diffstat (limited to 'src/marker.c')
-rw-r--r--src/marker.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/marker.c b/src/marker.c
index 7d461099140..675bbc5ad73 100644
--- a/src/marker.c
+++ b/src/marker.c
@@ -242,6 +242,7 @@ buf_charpos_to_bytepos (struct buffer *b, EMACS_INT charpos)
242/* Used for debugging: recompute the bytepos corresponding to CHARPOS 242/* Used for debugging: recompute the bytepos corresponding to CHARPOS
243 in the simplest, most reliable way. */ 243 in the simplest, most reliable way. */
244 244
245extern EMACS_INT verify_bytepos (EMACS_INT charpos) EXTERNALLY_VISIBLE;
245EMACS_INT 246EMACS_INT
246verify_bytepos (EMACS_INT charpos) 247verify_bytepos (EMACS_INT charpos)
247{ 248{
@@ -864,6 +865,7 @@ DEFUN ("buffer-has-markers-at", Fbuffer_has_markers_at, Sbuffer_has_markers_at,
864 865
865/* For debugging -- count the markers in buffer BUF. */ 866/* For debugging -- count the markers in buffer BUF. */
866 867
868extern int count_markers (struct buffer *) EXTERNALLY_VISIBLE;
867int 869int
868count_markers (struct buffer *buf) 870count_markers (struct buffer *buf)
869{ 871{