# HG changeset patch # User Augie Fackler # Date 1467059478 14400 # Node ID 08755f0a9f1f9ca2f3cd411c4464b499cf2e42cf # Parent 6340c1a17845ae48756dd77b1cce18f8a62a1f02 bootstrap: drop trailing whitespace diff --git a/.elisp/settings/00.bootstrap.el b/.elisp/settings/00.bootstrap.el --- a/.elisp/settings/00.bootstrap.el +++ b/.elisp/settings/00.bootstrap.el @@ -8,7 +8,7 @@ ;; would bootstrap ELPA from the source, tromey.com, but that sucks, ;; because that version of package.el doesn't support multiple archives ;; even in 2012. old/package.el is from http://bit.ly/pkg-el23, which is - ;; cited at https://github.com/technomancy/package.el as the last emacs23 + ;; cited at https://github.com/technomancy/package.el as the last emacs23 ;; version of package.el. (unless (load (expand-file-name "~/.elisp/old/package.el")) (error "ELPA is not in Emacs, and local package.el failed to load.")))