diff options
| author | Joakim Verona | 2012-10-16 17:14:35 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-10-16 17:14:35 +0200 |
| commit | 017a270078be5ae39301e3205afad80d23facbbc (patch) | |
| tree | 5c85d8c3890f3a0cead231e87823b621a8f28e16 /src/textprop.c | |
| parent | 5fcc7035c884b4419a1619551222b5f28ad9906f (diff) | |
| parent | 2b794d6940aa7dc58e297b3649b7799190d71f64 (diff) | |
| download | emacs-017a270078be5ae39301e3205afad80d23facbbc.tar.gz emacs-017a270078be5ae39301e3205afad80d23facbbc.zip | |
upstream
Diffstat (limited to 'src/textprop.c')
| -rw-r--r-- | src/textprop.c | 4 |
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 | ||
| 244 | static inline int | 244 | static int |
| 245 | interval_has_some_properties (Lisp_Object plist, INTERVAL i) | 245 | interval_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 | ||
| 266 | static inline int | 266 | static int |
| 267 | interval_has_some_properties_list (Lisp_Object list, INTERVAL i) | 267 | interval_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; |