Browse Source

Fixed issue

Samuel W. Flint 9 năm trước cách đây
mục cha
commit
e128296706
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      pushover.el

+ 2 - 0
pushover.el

@@ -16,3 +16,5 @@
                                       "&html=1"
                                     ""))))
     (url-retrieve "https://api.pushover.net/1/messages.json" (lambda (status) (kill-buffer (current-buffer)) t))))
+
+(provide 'pushover)