emacs-lisp/package.el (package-selected-packages): Fix :type

This commit is contained in:
Artur Malabarba 2015-02-01 20:28:21 -02:00
parent e2f0f263df
commit 0ade763b74
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2015-02-01 Artur Malabarba <bruce.connor.am@gmail.com>
* emacs-lisp/package.el (package-selected-packages): Fix :type
2015-02-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
* emacs-lisp/package.el: Don't allow deleting dependencies.

View file

@ -342,7 +342,7 @@ which packages are no more needed.
You can use it to (re)install packages on other machines
by running `package-user-selected-packages-install'."
:group 'package
:type '(repeat (choice symbol)))
:type '(repeat symbol))
(defvar package--default-summary "No description available.")