Browse Source

Added an autoload cookie

Samuel W. Flint 7 years ago
parent
commit
5e411a8239
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pushover.el

+ 1 - 0
pushover.el

@@ -21,6 +21,7 @@
 
 (defvar *pushover-user-key* nil)
 
+;;;### autoload
 (cl-defun pushover-send (title message &key url url-title sound (html t) (priority 0) retry expire)
   "TITLE MESSAGE &KEY URL URL-TITLE SOUND HTML PRIORITY RETRY EXPIRE