Tidy: Compiler warning

This commit is contained in:
Adam Porter 2022-09-15 16:51:01 -05:00
parent 9ce8fd5e77
commit 910e8f3168

View file

@ -891,6 +891,7 @@ IMAGE should be one as created by, e.g. `create-image'."
return (alist-get 'alias (ement-event-content event))))) return (alist-get 'alias (ement-event-content event)))))
(declare-function magit-current-section "magit-section") (declare-function magit-current-section "magit-section")
(declare-function eieio-oref "eieio-core")
(defun ement--room-at-point () (defun ement--room-at-point ()
"Return room at point. "Return room at point.
Works in major-modes `ement-room-mode', `ement-room-list-mode', Works in major-modes `ement-room-mode', `ement-room-list-mode',