mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-31 21:01:23 -08:00
Remove a FIXME from package.el
* lisp/emacs-lisp/package.el (package-unpack): Remove FIXME about maybe deleting the package directory. It was decided that this was undesirable. (Bug#7756)
This commit is contained in:
parent
025d6ac1d9
commit
f18c78e611
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue