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: Colin Walters
Subject: [Emacs-diffs] Changes to emacs/src/intervals.h
Date: Sat, 08 Jun 2002 16:24:55 -0400

Index: emacs/src/intervals.h
diff -c emacs/src/intervals.h:1.48 emacs/src/intervals.h:1.49
*** emacs/src/intervals.h:1.48  Thu Mar 14 03:09:59 2002
--- emacs/src/intervals.h       Sat Jun  8 16:24:55 2002
***************
*** 237,242 ****
--- 237,243 ----
                                                 int, int));
  extern INTERVAL copy_intervals P_ ((INTERVAL, int, int));
  extern Lisp_Object textget P_ ((Lisp_Object, Lisp_Object));
+ extern Lisp_Object lookup_char_property P_ ((Lisp_Object, Lisp_Object, int));
  extern void move_if_not_intangible P_ ((int));
  extern int get_property_and_range P_ ((int, Lisp_Object, Lisp_Object *,
                                       int *, int *, Lisp_Object));
***************
*** 267,272 ****
--- 268,274 ----
  
  extern Lisp_Object Vinhibit_point_motion_hooks;
  extern Lisp_Object Vdefault_text_properties;
+ extern Lisp_Object Vchar_property_alias_alist;
  extern Lisp_Object Vtext_property_default_nonsticky;
  
  /* Sticky properties */



reply via email to

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