Skip to content

Commit ea29504

Browse files
committed
Tidy: declare-function
1 parent 05f658c commit ea29504

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ement-room.el

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,10 @@ When disabled, the room's buffer will remain open, but
488488
Matrix-related commands in it will fail."
489489
:type 'boolean)
490490

491+
;; Other function declarations (seems better to have them all in one place, otherwise they
492+
;; litter the code).
493+
(declare-function ement--events-equal-p "ement")
494+
491495
;;;; Macros
492496

493497
(defmacro ement-room-with-highlighted-event-at (position &rest body)

0 commit comments

Comments
 (0)