mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 19:29:37 +00:00
Collapse some whitespace
This commit is contained in:
parent
05c02aee86
commit
21a091f17a
1 changed files with 2 additions and 6 deletions
|
@ -607,12 +607,8 @@ deferred until the prefix key sequence is pressed."
|
|||
"Pin PACKAGE to ARCHIVE."
|
||||
(unless (boundp 'package-pinned-packages)
|
||||
(setq package-pinned-packages ()))
|
||||
(let ((archive-symbol (if (symbolp archive)
|
||||
archive
|
||||
(intern archive)))
|
||||
(archive-name (if (stringp archive)
|
||||
archive
|
||||
(symbol-name archive))))
|
||||
(let ((archive-symbol (if (symbolp archive) archive (intern archive)))
|
||||
(archive-name (if (stringp archive) archive (symbol-name archive))))
|
||||
(if (use-package--archive-exists-p archive-symbol)
|
||||
(add-to-list 'package-pinned-packages
|
||||
(cons package archive-name))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue