Mercurial > emacs
comparison src/intervals.h @ 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 | 4b6b1069c0ff |
children | 187c0b3da663 |
comparison
equal
deleted
inserted
replaced
32847:0e2ea6e876c5 | 32848:6957ecbc11fe |
---|---|
1 /* Definitions and global variables for intervals. | 1 /* Definitions and global variables for intervals. |
2 Copyright (C) 1993, 1994 Free Software Foundation, Inc. | 2 Copyright (C) 1993, 1994, 2000 Free Software Foundation, Inc. |
3 | 3 |
4 This file is part of GNU Emacs. | 4 This file is part of GNU Emacs. |
5 | 5 |
6 GNU Emacs is free software; you can redistribute it and/or modify | 6 GNU Emacs is free software; you can redistribute it and/or modify |
7 it under the terms of the GNU General Public License as published by | 7 it under the terms of the GNU General Public License as published by |
296 Lisp_Object, Lisp_Object)); | 296 Lisp_Object, Lisp_Object)); |
297 Lisp_Object text_property_list P_ ((Lisp_Object, Lisp_Object, Lisp_Object, | 297 Lisp_Object text_property_list P_ ((Lisp_Object, Lisp_Object, Lisp_Object, |
298 Lisp_Object)); | 298 Lisp_Object)); |
299 int add_text_properties_from_list P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); | 299 int add_text_properties_from_list P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); |
300 void extend_property_ranges P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); | 300 void extend_property_ranges P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); |
301 Lisp_Object get_char_property_and_overlay P_ ((Lisp_Object, Lisp_Object, | |
302 Lisp_Object, Lisp_Object*)); | |
301 | 303 |
302 extern void syms_of_textprop (); | 304 extern void syms_of_textprop (); |
303 | 305 |
304 #include "composite.h" | 306 #include "composite.h" |