]> git.eshelyaron.com Git - emacs.git/commit
Fix "C-0 C-x C-s" with write-protected files
authorEli Zaretskii <eliz@gnu.org>
Mon, 16 Oct 2023 11:17:57 +0000 (14:17 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 16 Oct 2023 11:17:57 +0000 (14:17 +0300)
commit484fc70a7acc5a958bfeefa4b83255680c7da175
treebe5e08b40ed16e925a89ecabf8d0f583cf44b674
parentc3038bf5e1d79c3dfa83717a5a61ecc86116f04a
Fix "C-0 C-x C-s" with write-protected files

* lisp/files.el (basic-save-buffer-2): Call 'set-file-modes' to
try to make the file writable, even if
'set-file-extended-attributes' succeeded.  (Bug#66546)
lisp/files.el