Merge from origin/emacs-28
a6905e90cc
Fix problem with temp buffer killing in package-install-file144ad77fda
Fix Lisp Intro markup error24b86cb4f7
Fix 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