Skip to content

Commit

Permalink
Tidy: declare-function
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed Apr 9, 2022
1 parent 2b191be commit 2c5bf38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ement-room.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2c5bf38

Please sign in to comment.