summaryrefslogtreecommitdiff
path: root/modules/local-repository.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/local-repository.el')
-rw-r--r--modules/local-repository.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/local-repository.el b/modules/local-repository.el
index ab4daac9..e95b88df 100644
--- a/modules/local-repository.el
+++ b/modules/local-repository.el
@@ -5,7 +5,7 @@
;;; Code:
-(require 'elpa-mirror)
+(require 'elpa-mirror nil t) ;; optional; cj/update-localrepo-repository fails at call-time if absent
;; ------------------------------ Utility Function -----------------------------