magit / ghub

Client libraries for the APIs of various Git forges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gsexp needs (require 'cl-lib)

slyrus opened this issue · comments

for my setup, in order to make ghub, gsexp needs (require 'cl-lib) otherwise the cl-defun forms fail.

modified   gsexp.el
@@ -29,6 +29,8 @@
 
 ;;; Code:
 
+(require 'cl-lib)
+
 (defun gsexp-encode (document)
   (gsexp--pp (gsexp--encode-field document)))