gsexp needs (require 'cl-lib)
slyrus opened this issue · 0 comments
slyrus commented
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)))