소스 검색

Added an autoload cookie

Samuel W. Flint 9 년 전
부모
커밋
5e411a8239
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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