mirror of
https://github.com/correl/melpa.git
synced 2024-12-23 19:19:51 +00:00
Minor indentation fixes.
This commit is contained in:
parent
b8791caf7a
commit
97dc2430b1
1 changed files with 3 additions and 3 deletions
6
melpa.el
6
melpa.el
|
@ -112,10 +112,10 @@ Filter packages not in the associated list for `archive' in
|
|||
Filter packages in the associated list for `archive' in
|
||||
`package-archive-exclude-alist'."
|
||||
(let ((enable-rules (cdr (assoc archive package-archive-enable-alist)))
|
||||
(exclude-rules (cdr (assoc archive package-archive-exclude-alist))))
|
||||
(exclude-rules (cdr (assoc archive package-archive-exclude-alist))))
|
||||
(and (not (memq package exclude-rules))
|
||||
(or (not enable-rules)
|
||||
(memq package enable-rules)))))
|
||||
(or (not enable-rules)
|
||||
(memq package enable-rules)))))
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue