changeset 61791:1908b99b6b14

(mode-require-final-newline): Doc fix. (backup-buffer-copy): Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 24 Apr 2005 12:06:25 +0000
parents 161d3be3c6f9
children 6a59397d6eaa
files lisp/files.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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