From 190880e278e399a36e5b941ba98a9b80c6f12929 Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Sun, 22 May 2022 20:10:00 +0200 Subject: [PATCH] Add internal variables comment --- mattermost.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mattermost.el b/mattermost.el index dca8d2b..0b82433 100644 --- a/mattermost.el +++ b/mattermost.el @@ -19,6 +19,8 @@ :group 'mattermost :type 'string) +;; ToDo: internal variables should be prefixed with mattermost-- +;; instead? (defvar mattermost-users-plist '() "A plist with the server users by id")