changeset 32848:6957ecbc11fe

(get_char_property_and_overlay): Add declaration.
author Miles Bader <miles@gnu.org>
date Wed, 25 Oct 2000 05:13:17 +0000
parents 0e2ea6e876c5
children e1dec7e5a57c
files src/intervals.h
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/intervals.h	Wed Oct 25 04:42:23 2000 +0000
+++ b/src/intervals.h	Wed Oct 25 05:13:17 2000 +0000
@@ -1,5 +1,5 @@
 /* Definitions and global variables for intervals.
-   Copyright (C) 1993, 1994 Free Software Foundation, Inc.
+   Copyright (C) 1993, 1994, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -298,6 +298,8 @@
 				    Lisp_Object));
 int add_text_properties_from_list P_ ((Lisp_Object, Lisp_Object, Lisp_Object));
 void extend_property_ranges P_ ((Lisp_Object, Lisp_Object, Lisp_Object));
+Lisp_Object get_char_property_and_overlay P_ ((Lisp_Object, Lisp_Object,
+					       Lisp_Object, Lisp_Object*));
 
 extern void syms_of_textprop ();