diff options
| author | Miles Bader | 2000-10-25 05:13:17 +0000 |
|---|---|---|
| committer | Miles Bader | 2000-10-25 05:13:17 +0000 |
| commit | beed66fe1867101fff9f71c5130678011291e6aa (patch) | |
| tree | 270a79e8fa10fac3a9fe4fbc755f1997ec2b93b4 /src | |
| parent | 49801145646fcade6fbf0afd2f8b19658da6b780 (diff) | |
| download | emacs-beed66fe1867101fff9f71c5130678011291e6aa.tar.gz emacs-beed66fe1867101fff9f71c5130678011291e6aa.zip | |
(get_char_property_and_overlay): Add declaration.
Diffstat (limited to 'src')
| -rw-r--r-- | src/intervals.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/intervals.h b/src/intervals.h index 9e53b7a6ae9..6e5b3122f3d 100644 --- a/src/intervals.h +++ b/src/intervals.h | |||
| @@ -1,5 +1,5 @@ | |||
| 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 | ||
| @@ -298,6 +298,8 @@ 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 | ||