aboutsummaryrefslogtreecommitdiffstats
path: root/src/textprop.c
diff options
context:
space:
mode:
authorPaul Eggert2011-05-30 22:45:07 -0700
committerPaul Eggert2011-05-30 22:45:07 -0700
commit86f3178890f56cb408949e125d5d99e3124dd48f (patch)
treea2c5f15751bbfe701d2f0da6fab0e0ea1fefc8ce /src/textprop.c
parent12c69b84d1ab93d5b0bd189394952da12340f86d (diff)
parentb9627cfb1d5b5b0914525a19cd9edb06f91a1665 (diff)
downloademacs-86f3178890f56cb408949e125d5d99e3124dd48f.tar.gz
emacs-86f3178890f56cb408949e125d5d99e3124dd48f.zip
Merge from trunk.
Diffstat (limited to 'src/textprop.c')
-rw-r--r--src/textprop.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/textprop.c b/src/textprop.c
index 566b2962a63..350892cdad6 100644
--- a/src/textprop.c
+++ b/src/textprop.c
@@ -248,7 +248,7 @@ interval_has_all_properties (Lisp_Object plist, INTERVAL i)
248/* Return nonzero if the plist of interval I has any of the 248/* Return nonzero if the plist of interval I has any of the
249 properties of PLIST, regardless of their values. */ 249 properties of PLIST, regardless of their values. */
250 250
251static INLINE int 251static inline int
252interval_has_some_properties (Lisp_Object plist, INTERVAL i) 252interval_has_some_properties (Lisp_Object plist, INTERVAL i)
253{ 253{
254 register Lisp_Object tail1, tail2, sym; 254 register Lisp_Object tail1, tail2, sym;
@@ -270,7 +270,7 @@ interval_has_some_properties (Lisp_Object plist, INTERVAL i)
270/* Return nonzero if the plist of interval I has any of the 270/* Return nonzero if the plist of interval I has any of the
271 property names in LIST, regardless of their values. */ 271 property names in LIST, regardless of their values. */
272 272
273static INLINE int 273static inline int
274interval_has_some_properties_list (Lisp_Object list, INTERVAL i) 274interval_has_some_properties_list (Lisp_Object list, INTERVAL i)
275{ 275{
276 register Lisp_Object tail1, tail2, sym; 276 register Lisp_Object tail1, tail2, sym;
@@ -499,7 +499,7 @@ remove_properties (Lisp_Object plist, Lisp_Object list, INTERVAL i, Lisp_Object
499/* Remove all properties from interval I. Return non-zero 499/* Remove all properties from interval I. Return non-zero
500 if this changes the interval. */ 500 if this changes the interval. */
501 501
502static INLINE int 502static inline int
503erase_properties (INTERVAL i) 503erase_properties (INTERVAL i)
504{ 504{
505 if (NILP (i->plist)) 505 if (NILP (i->plist))