emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/intervals.h


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/intervals.h
Date: Fri, 04 Apr 2003 01:23:51 -0500

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 ();
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]