branch: externals/compat commit f7d486024008a7502fa707c616bb517079f792ff Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Mark function as tested --- compat-29.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat-29.el b/compat-29.el index afb52c2b56..1141a7f1ff 100644 --- a/compat-29.el +++ b/compat-29.el @@ -29,7 +29,7 @@ ;;;; Defined in xdisp.c -(compat-defun get-display-property (position prop &optional object properties) ;; <UNTESTED> +(compat-defun get-display-property (position prop &optional object properties) ;; <OK> "Get the value of the `display' property PROP at POSITION. If OBJECT, this should be a buffer or string where the property is fetched from. If omitted, OBJECT defaults to the current buffer.