c8bb1f3ec2e5

Fix fset thing
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 09 Jan 2017 21:28:23 +0000
parents c8a2b5ade9f8
children eee835835b39
branches/tags (none)
files src/utils.lisp

Changes

--- a/src/utils.lisp	Sun Nov 20 18:02:44 2016 +0000
+++ b/src/utils.lisp	Mon Jan 09 21:28:23 2017 +0000
@@ -5,8 +5,7 @@
 
 (defun make-map (&rest keyvals)
   "Create an fset map of the `keyvals` plist of keys and values."
-  (fset:convert 'fset:map (plist-alist keyvals)
-                :from-type 'alist))
+  (fset:convert 'fset:map (plist-alist keyvals)))
 
 (defun with-when (map &rest keyvals)
   "Add the items in the `keyvals` plist with non-nil values to `map`."