From 2c5bf38d797dc0f6e632ffd1e9f5bb1cddc97778 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Sat, 9 Apr 2022 17:11:13 -0500 Subject: [PATCH] Tidy: declare-function --- ement-room.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ement-room.el b/ement-room.el index f97b110f..c336a15d 100644 --- a/ement-room.el +++ b/ement-room.el @@ -488,6 +488,10 @@ When disabled, the room's buffer will remain open, but Matrix-related commands in it will fail." :type 'boolean) +;; Other function declarations (seems better to have them all in one place, otherwise they +;; litter the code). +(declare-function ement--events-equal-p "ement") + ;;;; Macros (defmacro ement-room-with-highlighted-event-at (position &rest body)