projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
025d6ac
)
Remove a FIXME from package.el
author
Stefan Kangas
<stefankangas@gmail.com>
Thu, 16 Jan 2020 23:23:06 +0000
(
00:23
+0100)
committer
Stefan Kangas
<stefankangas@gmail.com>
Thu, 16 Jan 2020 23:48:02 +0000
(
00:48
+0100)
* lisp/emacs-lisp/package.el (package-unpack): Remove FIXME about
maybe deleting the package directory. It was decided that this was
undesirable. (Bug#7756)
lisp/emacs-lisp/package.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package.el
b/lisp/emacs-lisp/package.el
index 91b32dfa79d00e66fe912b74e2ee0145e13dd219..7935e761b6a3fe1fbab9bd3c373662bd25e23b65 100644
(file)
--- a/
lisp/emacs-lisp/package.el
+++ b/
lisp/emacs-lisp/package.el
@@
-924,7
+924,6
@@
untar into a directory named DIR; otherwise, signal an error."
(if (> (length file-list) 1) 'tar 'single))))
('tar
(make-directory package-user-dir t)
- ;; FIXME: should we delete PKG-DIR if it exists?
(let* ((default-directory (file-name-as-directory package-user-dir)))
(package-untar-buffer dirname)))
('single