diff options
| author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-01 20:28:21 -0200 |
|---|---|---|
| committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-01 20:28:21 -0200 |
| commit | 0ade763b7498496eb8f6fac9d136a23be052d1b7 (patch) | |
| tree | d8af285bd1045edcdc62a57304a9313cca4d8901 /lisp/emacs-lisp | |
| parent | e2f0f263df89a156ff5b4b05e3b3aae457eb38a9 (diff) | |
| download | emacs-0ade763b7498496eb8f6fac9d136a23be052d1b7.tar.gz | |
emacs-lisp/package.el (package-selected-packages): Fix :type
Diffstat (limited to 'lisp/emacs-lisp')
| -rw-r--r-- | lisp/emacs-lisp/package.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index db8d8685574..4fa77b6d20f 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -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.") |
