From 95a7097d65ec4401ea682b821db00105f52d5ed3 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 12 Jan 2001 11:18:41 +0000 Subject: [PATCH] (enum map_property): Removed. (get_local_map): Change prototype. --- src/intervals.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/intervals.h b/src/intervals.h index 6e5b3122f3d..3b01440cf40 100644 --- a/src/intervals.h +++ b/src/intervals.h @@ -247,8 +247,7 @@ extern Lisp_Object textget P_ ((Lisp_Object, Lisp_Object)); extern void move_if_not_intangible P_ ((int)); extern int get_property_and_range P_ ((int, Lisp_Object, Lisp_Object *, int *, int *, Lisp_Object)); -enum map_property {local_map, keymap}; -extern Lisp_Object get_local_map P_ ((int, struct buffer *, enum map_property)); +extern Lisp_Object get_local_map P_ ((int, struct buffer *, Lisp_Object)); extern INTERVAL update_interval P_ ((INTERVAL, int)); extern void set_intervals_multibyte P_ ((int)); extern INTERVAL validate_interval_range P_ ((Lisp_Object, Lisp_Object *, -- 2.39.5