Remove vestigial reference to doom-module-table

This commit is contained in:
Henrik Lissner 2018-06-10 17:48:48 +02:00
parent 400a4dafdb
commit 8d4971d02b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -14,8 +14,7 @@ If neither is available, run all tests in all enabled modules."
(doom-initialize t) (doom-initialize t)
(doom-initialize-modules t)) (doom-initialize-modules t))
(condition-case-unless-debug ex (condition-case-unless-debug ex
(let* ((doom-modules (doom-module-table)) (let ((target-paths
(target-paths
;; Convert targets (either from MODULES or `argv') into a list of ;; Convert targets (either from MODULES or `argv') into a list of
;; string paths, pointing to the root directory of modules ;; string paths, pointing to the root directory of modules
(cond ((stringp (car modules)) ; command line (cond ((stringp (car modules)) ; command line