Remove numbered pkgs version
This commit is contained in:
parent
b2318b6ef0
commit
6defe997ae
28 changed files with 85 additions and 84 deletions
13
05macros.el
13
05macros.el
|
|
@ -1,13 +0,0 @@
|
|||
;;; 05macros -- summary
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
(defmacro -> (&rest body)
|
||||
"Clojure -> macro for BODY."
|
||||
(let ((result (pop body)))
|
||||
(dolist (form body result)
|
||||
(setq result (append (list (car form) result)
|
||||
(cdr form))))))
|
||||
|
||||
(provide '05macros)
|
||||
;;; 05macros ends here
|
||||
Loading…
Add table
Add a link
Reference in a new issue