emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ement a5a8fb555f 2/2: Tidy: Compilation warnings


From: ELPA Syncer
Subject: [elpa] externals/ement a5a8fb555f 2/2: Tidy: Compilation warnings
Date: Thu, 27 Oct 2022 14:57:39 -0400 (EDT)

branch: externals/ement
commit a5a8fb555f137d397accfb107b5dbda9093bd8da
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Tidy: Compilation warnings
---
 ement-room-list.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ement-room-list.el b/ement-room-list.el
index bbd291d2d3..b924119a5d 100644
--- a/ement-room-list.el
+++ b/ement-room-list.el
@@ -52,6 +52,9 @@
   "List of colors used for timestamps.
 Set automatically when `ement-room-list-mode' is activated.")
 
+(defvar ement-sessions)
+(defvar ement-room-prism-minimum-contrast)
+
 ;;;; Customization
 
 (defcustom ement-room-list-auto-update t
@@ -634,6 +637,7 @@ left."
   (mouse-set-point event)
   (call-interactively #'ement-room-list-RET))
 
+(declare-function ement-view-room "ement-room")
 (defun ement-room-list-RET ()
   "View room at point, or cycle section at point."
   (interactive)
@@ -643,6 +647,7 @@ left."
     (taxy-magit-section (call-interactively #'ement-room-list-section-toggle))
     (null nil)))
 
+(declare-function ement-room-goto-fully-read-marker "ement-room")
 (defun ement-room-list-next-unread ()
   "Show next unread room."
   (interactive)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]