···11-diff --git a/ement.el b/ement.el
22-index c9596a7..1b33045 100644
33---- a/ement.el
44-+++ b/ement.el
55-@@ -682,14 +682,15 @@ can cause undesirable underlining."
11+diff --git a/ement-lib.el b/ement-lib.el
22+index f0b2738..025a191 100644
33+--- a/ement-lib.el
44++++ b/ement-lib.el
55+@@ -644,14 +644,15 @@ can cause undesirable underlining."
66 "Return a copy of IMAGE set to MAX-WIDTH and MAX-HEIGHT.
77 IMAGE should be one as created by, e.g. `create-image'."
88 ;; It would be nice if the image library had some simple functions to do this sort of thing.
···2424+ (image-property new-image :max-height) max-height)
2525+ new-image)))
26262727- ;;;;; Reading/writing sessions
2828-2727+ (defun ement--room-alias (room)
2828+ "Return latest m.room.canonical_alias event in ROOM."
···21212222 meta = with lib; {
2323 description = "Bisect_ppx is a code coverage tool for OCaml and Reason. It helps you test thoroughly by showing what's not tested.";
2424- license = licenses.mit;
2524 homepage = "https://github.com/aantron/bisect_ppx";
2525+ license = licenses.mit;
2626 maintainers = with maintainers; [ ];
2727+ mainProgram = "bisect-ppx-report";
2728 };
2829}