mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
Merge from origin/emacs-28
a6905e90ccFix problem with temp buffer killing in package-install-file144ad77fdaFix Lisp Intro markup error24b86cb4f7Fix ACL errors with WebDAV volumes on MS-Windows
This commit is contained in:
commit
fc00fe53e1
3 changed files with 9 additions and 6 deletions
|
|
@ -2202,6 +2202,7 @@ directory."
|
|||
(dired-mode))
|
||||
(insert-file-contents-literally file)
|
||||
(set-visited-file-name file)
|
||||
(set-buffer-modified-p nil)
|
||||
(when (string-match "\\.tar\\'" file) (tar-mode)))
|
||||
(package-install-from-buffer)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue