mirror of
https://github.com/correl/melpa.git
synced 2024-11-24 19:19:52 +00:00
make remove message go do stderr
This commit is contained in:
parent
11acc03b62
commit
8d535c49ca
1 changed files with 1 additions and 1 deletions
|
@ -599,7 +599,7 @@ If PKG-INFO is nil, an empty one is created."
|
||||||
Note that the working directory (if present) is not deleted by
|
Note that the working directory (if present) is not deleted by
|
||||||
this function, since the archive list may contain another version
|
this function, since the archive list may contain another version
|
||||||
of the same-named package which is to be kept."
|
of the same-named package which is to be kept."
|
||||||
(print (format "Removing archive: %s" archive-entry))
|
(message "Removing archive: %s" archive-entry)
|
||||||
(let ((archive-file (pb/archive-file-name archive-entry))
|
(let ((archive-file (pb/archive-file-name archive-entry))
|
||||||
(readme-file (pb/readme-file-name (symbol-name (car archive-entry)))))
|
(readme-file (pb/readme-file-name (symbol-name (car archive-entry)))))
|
||||||
(when (file-exists-p archive-file)
|
(when (file-exists-p archive-file)
|
||||||
|
|
Loading…
Reference in a new issue