branch: elpa/mastodon
commit c48905cd4cd447a4cbe6dfb8b848fd7f718f3e16
Author: marty hiatt <martianhia...@disroot.org>
Commit: marty hiatt <martianhia...@disroot.org>

    views.el: try autoload cookie for view filters/scheduled
---
 lisp/mastodon-views.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/mastodon-views.el b/lisp/mastodon-views.el
index a36af10f74..49f585fe40 100644
--- a/lisp/mastodon-views.el
+++ b/lisp/mastodon-views.el
@@ -483,6 +483,7 @@ JSON is the data returned by the server."
 
 ;;; SCHEDULED TOOTS
 
+;;;###autoload
 (defun mastodon-views--view-scheduled-toots ()
   "Show the user's scheduled toots in a new buffer."
   (interactive)
@@ -582,6 +583,7 @@ NO-CONFIRM means there is no ask or message, there is only 
do."
 
 ;;; FILTERS
 
+;;;###autoload
 (defun mastodon-views--view-filters ()
   "View the user's filters in a new buffer."
   (interactive)

Reply via email to