diff options
Diffstat (limited to 'ksh-report.el')
-rw-r--r-- | ksh-report.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ksh-report.el b/ksh-report.el index ff708d9..722e4f6 100644 --- a/ksh-report.el +++ b/ksh-report.el @@ -25,8 +25,9 @@ (crop-pdf (combine-pdfs (mapcar (lambda (reading) - (apply 'draw-biometry - (mapcar 'get-field reading))) readings)))))) + (apply 'draw-biometry + (mapcar 'get-field reading))) + readings)))))) (defun combine-pdfs (pdfs) (let ((temp-combination (make-temp-file "pdfjam" nil ".pdf"))) |