* lisp/emacs-lisp/package.el (package-refresh-contents): Fix spelling error

This commit is contained in:
Jan D 2015-03-28 23:05:30 +01:00
parent 36a2efe258
commit e6127d9474
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2015-03-28 Jan Djärv <jan.h.d@swipnet.se>
* emacs-lisp/package.el (package-refresh-contents): Fix spelling
error in previous change.
2015-03-28 Tom Willemse <tom@ryuslash.org> (tiny change)
* elec-pair.el (electric-pair-local-mode): New command.

View file

@ -1718,7 +1718,7 @@ and make them available for download."
(car archive)))))
(package-read-all-archive-contents)
(package--build-compatibility-table)
(message "Package refersh done"))
(message "Package refresh done"))
(defun package--find-non-dependencies ()
"Return a list of installed packages which are not dependencies.