mirror of
https://github.com/larstvei/Try.git
synced 2024-11-26 03:28:31 +00:00
Fix bug from last commit
This commit is contained in:
parent
7989e0d111
commit
d50b4b5550
2
try.el
2
try.el
@ -119,7 +119,7 @@ to a raw .el file. Packages are stored in `try-tmp-dir' and raw
|
||||
.el files are not stored at all."
|
||||
(interactive)
|
||||
;; Completions for packages.
|
||||
(let* ((url-or-package (or (if (symbolp url-or-package)
|
||||
(let* ((url-or-package (or (if (and url-or-package (symbolp url-or-package))
|
||||
(symbol-name url-or-package)
|
||||
url-or-package)
|
||||
(try-complete package-archive-contents)))
|
||||
|
Loading…
Reference in New Issue
Block a user