comparison lisp/ChangeLog @ 85505:bc97f31b2cf1

* files.el (backup-buffer-copy): Call `copy-file' with non-nil preserve-uid-gid. * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for compatibility. It is not used, though.
author Michael Albinus <michael.albinus@gmx.de>
date Sun, 21 Oct 2007 10:48:28 +0000
parents 59ee4068f60b
children 85ee0a16a86f
comparison
equal deleted inserted replaced
85504:57182abd3d86 85505:bc97f31b2cf1
1 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
2
3 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
4 preserve-uid-gid.
5
6 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
7 compatibility. It is not used, though.
8
1 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu> 9 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2 10
3 * progmodes/gud.el (gud-target-name): Move definition before use. 11 * progmodes/gud.el (gud-target-name): Move definition before use.
4 12
5 * progmodes/dcl-mode.el: Require imenu at compile time. 13 * progmodes/dcl-mode.el: Require imenu at compile time.