aboutsummaryrefslogtreecommitdiffstats
path: root/src/textprop.c
diff options
context:
space:
mode:
authorJoakim Verona2012-10-16 17:14:35 +0200
committerJoakim Verona2012-10-16 17:14:35 +0200
commit017a270078be5ae39301e3205afad80d23facbbc (patch)
tree5c85d8c3890f3a0cead231e87823b621a8f28e16 /src/textprop.c
parent5fcc7035c884b4419a1619551222b5f28ad9906f (diff)
parent2b794d6940aa7dc58e297b3649b7799190d71f64 (diff)
downloademacs-017a270078be5ae39301e3205afad80d23facbbc.tar.gz
emacs-017a270078be5ae39301e3205afad80d23facbbc.zip
upstream
Diffstat (limited to 'src/textprop.c')
-rw-r--r--src/textprop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/textprop.c b/src/textprop.c
index 872912ea706..379eafb73f7 100644
--- a/src/textprop.c
+++ b/src/textprop.c
@@ -241,7 +241,7 @@ interval_has_all_properties (Lisp_Object plist, INTERVAL i)
241/* Return nonzero if the plist of interval I has any of the 241/* Return nonzero if the plist of interval I has any of the
242 properties of PLIST, regardless of their values. */ 242 properties of PLIST, regardless of their values. */
243 243
244static inline int 244static int
245interval_has_some_properties (Lisp_Object plist, INTERVAL i) 245interval_has_some_properties (Lisp_Object plist, INTERVAL i)
246{ 246{
247 register Lisp_Object tail1, tail2, sym; 247 register Lisp_Object tail1, tail2, sym;
@@ -263,7 +263,7 @@ interval_has_some_properties (Lisp_Object plist, INTERVAL i)
263/* Return nonzero if the plist of interval I has any of the 263/* Return nonzero if the plist of interval I has any of the
264 property names in LIST, regardless of their values. */ 264 property names in LIST, regardless of their values. */
265 265
266static inline int 266static int
267interval_has_some_properties_list (Lisp_Object list, INTERVAL i) 267interval_has_some_properties_list (Lisp_Object list, INTERVAL i)
268{ 268{
269 register Lisp_Object tail1, tail2, sym; 269 register Lisp_Object tail1, tail2, sym;