summaryrefslogtreecommitdiff
path: root/src/intervals.h
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2008-03-20 18:38:34 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2008-03-20 18:38:34 +0000
commit6ba7f443e926fc6c6b2e14f0e4ace5dba1269720 (patch)
treed0f13d15f5aab6cafcc9d37c2fd8fb3e5baba5f1 /src/intervals.h
parentbf1c0f273079b617703d7e875880db85da127493 (diff)
downloademacs-6ba7f443e926fc6c6b2e14f0e4ace5dba1269720.tar.gz
* intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
(set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg, work on current_buffer only instead (that was already the case for some of the code anyway). * buffer.h (set_point, set_point_both): Remove buffer arg, use long int. (temp_set_point, temp_set_point_both): Use EMACS_INT. (SET_PT, SET_PT_BOTH): Adjust. * intervals.h (set_point, temp_set_point, set_point_both) (temp_set_point_both): Remove redundant declarations.
Diffstat (limited to 'src/intervals.h')
-rw-r--r--src/intervals.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/intervals.h b/src/intervals.h
index 228c249f41b..d6bcaa28ee9 100644
--- a/src/intervals.h
+++ b/src/intervals.h
@@ -269,10 +269,6 @@ extern void delete_interval P_ ((INTERVAL));
extern INLINE void offset_intervals P_ ((struct buffer *, int, int));
extern void graft_intervals_into_buffer P_ ((INTERVAL, int, int,
struct buffer *, int));
-extern void set_point P_ ((struct buffer *, int));
-extern INLINE void temp_set_point P_ ((struct buffer *, int));
-extern void set_point_both P_ ((struct buffer *, int, int));
-extern INLINE void temp_set_point_both P_ ((struct buffer *, int, int));
extern void verify_interval_modification P_ ((struct buffer *, int, int));
extern INTERVAL balance_intervals P_ ((INTERVAL));
extern INLINE void copy_intervals_to_string P_ ((Lisp_Object, struct buffer *,