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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/intervals.h
Date: Sat, 17 May 2003 14:45:51 -0400

Index: emacs/src/intervals.h
diff -c emacs/src/intervals.h:1.51 emacs/src/intervals.h:1.52
*** emacs/src/intervals.h:1.51  Sun Apr  6 16:29:13 2003
--- emacs/src/intervals.h       Sat May 17 14:45:51 2003
***************
*** 1,5 ****
  /* Definitions and global variables for intervals.
!    Copyright (C) 1993, 1994, 2000, 2002 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,5 ----
  /* Definitions and global variables for intervals.
!    Copyright (C) 1993, 1994, 2000, 2002, 2003 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 134,140 ****
  { \
      (i)->total_length = (i)->position = 0;    \
      (i)->left = (i)->right = NULL_INTERVAL;   \
!     SET_INTERVAL_PARENT (i, NULL_INTERVAL);         \
      (i)->write_protect = 0;                   \
      (i)->visible = 0;                         \
      (i)->front_sticky = (i)->rear_sticky = 0; \
--- 134,140 ----
  { \
      (i)->total_length = (i)->position = 0;    \
      (i)->left = (i)->right = NULL_INTERVAL;   \
!     SET_INTERVAL_PARENT (i, NULL_INTERVAL);   \
      (i)->write_protect = 0;                   \
      (i)->visible = 0;                         \
      (i)->front_sticky = (i)->rear_sticky = 0; \
***************
*** 304,310 ****
  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 ();
  
--- 304,310 ----
  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, 
Lisp_Object buffer));
  
  extern void syms_of_textprop ();
  




reply via email to

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