Add missing dependency to set.el

I had startup problems without the struct.el module being required since set.el
consumes `struct/update`.
This commit is contained in:
William Carroll 2020-01-08 15:25:00 +00:00
parent 271e7f9561
commit 5407eeb146

View file

@ -8,6 +8,7 @@
(require 'ht) ;; friendlier API for hash-tables
(require 'dotted)
(require 'struct)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Wish List