diff --git a/early-init.el b/early-init.el index f113cbb..5caa915 100644 --- a/early-init.el +++ b/early-init.el @@ -488,8 +488,6 @@ this stage of initialization." ;;; Load post-early-init.el (minimal-emacs-load-user-init "post-early-init.el") -(provide 'early-init) - ;; Local variables: ;; byte-compile-warnings: (not obsolete free-vars) ;; End: diff --git a/init.el b/init.el index 9ad7a43..4f53dca 100644 --- a/init.el +++ b/init.el @@ -551,8 +551,6 @@ (minimal-emacs-load-user-init "post-init.el")) (setq minimal-emacs--success t) -(provide 'init) - ;; Local variables: ;; byte-compile-warnings: (not obsolete free-vars) ;; End: