comparison src/extents.c @ 355:182f72e8cd0d r21-1-7

Import from CVS: tag r21-1-7
author cvs
date Mon, 13 Aug 2007 10:56:21 +0200
parents 7c94d56991e1
children cc15677e0335
comparison
equal deleted inserted replaced
354:3729bef672e0 355:182f72e8cd0d
3171 { 3171 {
3172 /* #### Is this correct, anyway? */ 3172 /* #### Is this correct, anyway? */
3173 return -1; 3173 return -1;
3174 } 3174 }
3175 3175
3176 return external_remprop (&ext->plist, prop, 0, ERROR_ME); 3176 return external_remprop (extent_plist_addr (ext), prop, 0, ERROR_ME);
3177 } 3177 }
3178 3178
3179 static Lisp_Object 3179 static Lisp_Object
3180 extent_plist (Lisp_Object obj) 3180 extent_plist (Lisp_Object obj)
3181 { 3181 {