Browse Source

Fixed issue

Samuel W. Flint 7 years ago
parent
commit
e128296706
1 changed files with 2 additions and 0 deletions
  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)