emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/lisp.h
Date: Mon, 15 Jul 2002 02:54:23 -0400

Index: emacs/src/lisp.h
diff -c emacs/src/lisp.h:1.429 emacs/src/lisp.h:1.430
*** emacs/src/lisp.h:1.429      Sun Jul 14 22:13:38 2002
--- emacs/src/lisp.h    Mon Jul 15 02:54:23 2002
***************
*** 687,693 ****
  #define STRING_SET_UNIBYTE(STR)      (XSTRING (STR)->size_byte = -1)
  
  /* Get text properties.  */
! #define STRING_INTERVALS(STR)  (XSTRING (STR)->intervals)
  
  /* In a string or vector, the sign bit of the `size' is the gc mark bit */
  
--- 687,696 ----
  #define STRING_SET_UNIBYTE(STR)      (XSTRING (STR)->size_byte = -1)
  
  /* Get text properties.  */
! #define STRING_INTERVALS(STR)  (XSTRING (STR)->intervals + 0)
! 
! /* Set text properties.  */
! #define STRING_SET_INTERVALS(STR, INT) (XSTRING (STR)->intervals = (INT))
  
  /* In a string or vector, the sign bit of the `size' is the gc mark bit */
  



reply via email to

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