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:
parent
271e7f9561
commit
5407eeb146
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
(require 'ht) ;; friendlier API for hash-tables
|
||||
(require 'dotted)
|
||||
(require 'struct)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Wish List
|
||||
|
|
Loading…
Reference in a new issue