浏览代码

Load cl-lib for using its macro

Syohei YOSHIDA 9 年之前
父节点
当前提交
f83f584216
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      pushover.el

+ 2 - 0
pushover.el

@@ -15,6 +15,8 @@
 
 ;;; Code:
 
+(require 'cl-lib)
+
 (defconst *pushover-api-key* "agd6sapvp5xcdmbuo1qdpc7mddscri")
 
 (defvar *pushover-user-key* nil)