cosmetic: indentation fixes and some comments

This commit is contained in:
Marius Gerbershagen 2018-06-13 20:54:26 +02:00
parent d27f1494e1
commit 25a72ff80a
7 changed files with 36 additions and 32 deletions

View file

@ -45,8 +45,8 @@
(cmp-env-register-function fun new-env)
(push (cons fun (cdr def)) defs)))
;; Now we compile the functions, either in an empty environment
;; in which there are no new functions
;; Now we compile the functions, either in the current environment
;; or in an empty environment in which there are no new functions
(let ((*cmp-env* (cmp-env-copy (if (eq origin 'FLET) *cmp-env* new-env))))
(dolist (def (nreverse defs))
(let ((fun (first def)))