emacs-lisp/package.el (package-selected-packages): Fix :type
This commit is contained in:
parent
e2f0f263df
commit
0ade763b74
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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.")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue