# HG changeset patch # User Gerd Moellmann # Date 1000303241 0 # Node ID a8be9f0afdeec5a0e3673af5813a880290e2ce90 # Parent e5bb9e09ac4d5b8ee44f81863b6a2a397861e708 (ediff-get-meta-info): Take into account that data from `ediff-meta-info' properties need not be an overlay. From David Ponce . diff -r e5bb9e09ac4d -r a8be9f0afdee lisp/ediff-mult.el --- a/lisp/ediff-mult.el Wed Sep 12 13:10:08 2001 +0000 +++ b/lisp/ediff-mult.el Wed Sep 12 14:00:41 2001 +0000 @@ -1968,7 +1968,8 @@ olist)) (while (and olist (or (null (car olist)) - (overlay-get (car olist) 'invisible))) + (and (overlayp (car olist)) + (overlay-get (car olist) 'invisible)))) (setq olist (cdr olist))) (setq result (car olist))))) (if result