summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--initsplit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/initsplit.el b/initsplit.el
index 48e9581..da5e7d9 100644
--- a/initsplit.el
+++ b/initsplit.el
@@ -133,7 +133,7 @@ they store, accounting for initsplit-customizations-alist,
initsplit-dynamic-customizations-alist, and custom-file"
(append initsplit-customizations-alist
initsplit-dynamic-customizations-alist
- `(("" ,(initsplit-custom-file)))))
+ (when (initsplit-custom-file) `(("" ,(initsplit-custom-file))))))
(defun initsplit-customizations-subset (file-pred)
"Return the subset of `(initsplit-custom-alist)' whose