1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 05:52:32 -08:00

(mode-require-final-newline): Doc fix.

(backup-buffer-copy): Fix last change.
This commit is contained in:
Eli Zaretskii 2005-04-24 12:07:15 +00:00
parent 7fce7dfe69
commit 1441edfef9
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2005-04-24 Eli Zaretskii <eliz@gnu.org>
* files.el (mode-require-final-newline): Doc fix.
(backup-buffer-copy): Fix last change.
2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* term/mac-win.el: Require select. Set selection-coding-system to

View file

@ -302,7 +302,7 @@ A value of `visit-save' means do it at both of those times.
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 @@ BACKUPNAME is the backup file name, which is the old file renamed."
;; 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