]> git.eshelyaron.com Git - emacs.git/commitdiff
emacs-lisp/package.el (package-selected-packages): Fix :type
authorArtur Malabarba <bruce.connor.am@gmail.com>
Sun, 1 Feb 2015 22:28:21 +0000 (20:28 -0200)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Sun, 1 Feb 2015 22:28:21 +0000 (20:28 -0200)
lisp/ChangeLog
lisp/emacs-lisp/package.el

index 742aced3a7c9a7b5266bbdc95bced77256a269ee..e3d654d5dfe093d76d1f79ef9188658ce528060f 100644 (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.
index db8d868557454d0e2e0016c4e62db2e479b0b4a9..4fa77b6d20ff2e81fac5434d06ca770db4a2d421 100644 (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.")