8 lines
243 B
EmacsLisp
Raw Normal View History

2019-10-20 16:24:07 -05:00
(define-package "macrostep" "20161120.1306" "interactive macro expander"
'((cl-lib "0.5"))
:url "https://github.com/joddie/macrostep" :keywords
'("lisp" "languages" "macro" "debugging"))
;; Local Variables:
;; no-byte-compile: t
;; End: