Browse Source

Load cl-lib for using its macro

Syohei YOSHIDA 9 năm trước cách đây
mục cha
commit
f83f584216
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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)