comparison .elisp/settings/00.bootstrap.el @ 393:08755f0a9f1f

bootstrap: drop trailing whitespace
author Augie Fackler <raf@durin42.com>
date Mon, 27 Jun 2016 16:31:18 -0400
parents 98480bc457ab
children 98484e1f564f
comparison
equal deleted inserted replaced
392:6340c1a17845 393:08755f0a9f1f
6 (unless (fboundp 'package-refresh-contents) 6 (unless (fboundp 'package-refresh-contents)
7 ;; If ELPA support isn't built in, we're in Emacs <=23. Normally, one 7 ;; If ELPA support isn't built in, we're in Emacs <=23. Normally, one
8 ;; would bootstrap ELPA from the source, tromey.com, but that sucks, 8 ;; would bootstrap ELPA from the source, tromey.com, but that sucks,
9 ;; because that version of package.el doesn't support multiple archives 9 ;; because that version of package.el doesn't support multiple archives
10 ;; even in 2012. old/package.el is from http://bit.ly/pkg-el23, which is 10 ;; even in 2012. old/package.el is from http://bit.ly/pkg-el23, which is
11 ;; cited at https://github.com/technomancy/package.el as the last emacs23 11 ;; cited at https://github.com/technomancy/package.el as the last emacs23
12 ;; version of package.el. 12 ;; version of package.el.
13 (unless (load (expand-file-name "~/.elisp/old/package.el")) 13 (unless (load (expand-file-name "~/.elisp/old/package.el"))
14 (error "ELPA is not in Emacs, and local package.el failed to load."))) 14 (error "ELPA is not in Emacs, and local package.el failed to load.")))
15 15
16 16