mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 11:49:37 +00:00
Merge remote-tracking branch 'savannah/master' into HEAD
This commit is contained in:
commit
3e1ec5d87d
73 changed files with 1141 additions and 323 deletions
|
@ -895,7 +895,7 @@ FILE's modification time."
|
|||
(cons (lambda () (ignore-errors (delete-file tempfile)))
|
||||
kill-emacs-hook)))
|
||||
(unless (= temp-modes desired-modes)
|
||||
(set-file-modes tempfile desired-modes))
|
||||
(set-file-modes tempfile desired-modes 'nofollow))
|
||||
(write-region (point-min) (point-max) tempfile nil 1)
|
||||
(backup-buffer)
|
||||
(rename-file tempfile buffer-file-name t))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue