Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0ade763b
Commit
0ade763b
authored
Feb 01, 2015
by
Artur Malabarba
Browse files
emacs-lisp/package.el (package-selected-packages): Fix :type
parent
e2f0f263
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/emacs-lisp/package.el
lisp/emacs-lisp/package.el
+1
-1
No files found.
lisp/ChangeLog
View file @
0ade763b
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.
...
...
lisp/emacs-lisp/package.el
View file @
0ade763b
...
...
@@ -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."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment