summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-11-12 07:17:11 +0100
committerStefan Kangas <stefan@marxist.se>2021-11-12 07:17:11 +0100
commitfc00fe53e189df04e6325e4f19edcb0c8612600f (patch)
tree28c881b7067e630b820299b027846c428a4b0c8d /lisp/emacs-lisp
parent070d6297ca468b197744c94df0c17fb09f47f67a (diff)
parenta6905e90cc3358a21726646c4ee9154e80fc96d6 (diff)
downloademacs-fc00fe53e189df04e6325e4f19edcb0c8612600f.tar.gz
emacs-fc00fe53e189df04e6325e4f19edcb0c8612600f.tar.bz2
emacs-fc00fe53e189df04e6325e4f19edcb0c8612600f.zip
Merge from origin/emacs-28
a6905e90cc Fix problem with temp buffer killing in package-install-file 144ad77fda Fix Lisp Intro markup error 24b86cb4f7 Fix ACL errors with WebDAV volumes on MS-Windows
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/package.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 27eaa484f9a..08dfe504d27 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -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)))