# HG changeset patch # User Eli Zaretskii # Date 1114344385 0 # Node ID 1908b99b6b146a5f61d180dab10203f1cfad2fb1 # Parent 161d3be3c6f92bc48b04cbe8e6a9e997fcfc33b3 (mode-require-final-newline): Doc fix. (backup-buffer-copy): Fix last change. diff -r 161d3be3c6f9 -r 1908b99b6b14 lisp/files.el --- a/lisp/files.el Sun Apr 24 09:19:10 2005 +0000 +++ b/lisp/files.el Sun Apr 24 12:06:25 2005 +0000 @@ -302,7 +302,7 @@ Any other non-nil value means ask user whether to add a newline, when saving. nil means do not add newlines when saving. -If you set this to nil, you must careful to manually add a final newline +If you set this to nil, you be must careful to manually add a final newline whenever you save a file that really needs one." :type '(choice (const :tag "When visiting" visit) (const :tag "When saving" t) @@ -2766,7 +2766,8 @@ ;; the file was somehow created by someone else between ;; `make-temp-name' and `write-region', let's try again. nil) - (copy-file from-name to-name t t 'excl)) +; (copy-file from-name to-name t t 'excl)) + (copy-file from-name to-name t t)) ;; Reset the umask. (set-default-file-modes umask))) (and modes