Explorar el Código

Added an autoload cookie

Samuel W. Flint hace 9 años
padre
commit
5e411a8239
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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