From: Gerd Moellmann Date: Fri, 12 Jan 2001 11:18:41 +0000 (+0000) Subject: (enum map_property): Removed. X-Git-Tag: emacs-pretest-21.0.96~331 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=95a7097d65ec4401ea682b821db00105f52d5ed3;p=emacs.git (enum map_property): Removed. (get_local_map): Change prototype. --- 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 *,