Merge pull request #358 from lorensr/patch-1

Typo fix: html/index.erb
This commit is contained in:
Steve Purcell 2012-10-25 01:11:28 -07:00
commit b762bd07c9

View file

@ -131,7 +131,7 @@ backwards for what I needed. Both problems are
(setq requirements (reverse requirements))
(print requirements))
If you are not using Emacs24 from HEAD, you may also need this to initialize packages after they are downlaoded and installed.
If you are not using Emacs24 from HEAD, you may also need this to initialize packages after they are downloaded and installed.
(defadvice package-download-tar
(after package-download-tar-initialize activate compile)