[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/intervals.h
From: |
Dave Love |
Subject: |
[Emacs-diffs] Changes to emacs/src/intervals.h |
Date: |
Wed, 17 Jul 2002 15:54:19 -0400 |
Index: emacs/src/intervals.h
diff -c emacs/src/intervals.h:1.49 emacs/src/intervals.h:1.50
*** emacs/src/intervals.h:1.49 Sat Jun 8 16:24:55 2002
--- emacs/src/intervals.h Wed Jul 17 15:54:19 2002
***************
*** 300,306 ****
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 int text_property_stickiness (Lisp_Object prop, Lisp_Object pos);
extern void syms_of_textprop ();
--- 300,306 ----
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 int text_property_stickiness P_ ((Lisp_Object prop, Lisp_Object pos));
extern void syms_of_textprop ();
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/intervals.h,
Dave Love <=