Oops, fix trailing closing parens.

When using interactive recompiling of the code in Emacs/SLIME, extra closing
parens are just ignored in Emacs before sending the current form to the CL
compiler. When compiling from the source files, of course, that doesn't
work.

See #910.
This commit is contained in:
Dimitri Fontaine 2019-02-19 12:50:56 +01:00
parent fbdc95ede6
commit 0081fb6560

View File

@ -383,7 +383,7 @@
:clock-seq-var (aref id 8)
:clock-seq-low (aref id 9)
:node (uuid::arr-to-bytes 10 15 id))))
(princ-to-string uuid)))))
(princ-to-string uuid))))
(defun unix-timestamp-to-timestamptz (unixtime-string)
"Takes a unix timestamp (seconds since beginning of 1970) and converts it