core: fix startup check being always executed

This commit is contained in:
syl20bnr 2016-08-03 21:32:29 -04:00
parent 59cfd60e49
commit 92ca7fd0f3
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ defer call using `spacemacs-post-user-config-hook'."
(with-current-buffer "*scratch*"
(funcall dotspacemacs-scratch-mode)))
(configuration-layer/display-summary emacs-start-time)
(spacemacs/check-for-new-version spacemacs-version-check-interval)
(spacemacs/check-for-new-version nil spacemacs-version-check-interval)
(setq spacemacs-initialized t))))
(defun spacemacs//describe-system-info-string ()