emacs-lisp/package.el (package-selected-packages): Fix :type
This commit is contained in:
@@ -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.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user