emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115706: Fix an argument of `copy-file'.


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r115706: Fix an argument of `copy-file'.
Date: Mon, 23 Dec 2013 08:50:43 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115706
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Mon 2013-12-23 16:50:31 +0800
message:
  Fix an argument of `copy-file'.
  
  * doc/lispref/files.texi (Changing Files): Fix an argument of `copy-file'.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/files.texi         files.texi-20091113204419-o5vbwnq5f7feedwu-6179
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-12-23 07:55:08 +0000
+++ b/doc/lispref/ChangeLog     2013-12-23 08:50:31 +0000
@@ -1,5 +1,7 @@
 2013-12-23  Xue Fuqiao  <address@hidden>
 
+       * files.texi (Changing Files): Fix an argument of `copy-file'.
+
        * strings.texi (Creating Strings): Document TRIM in `split-string'.
 
 2013-12-23  Chong Yidong  <address@hidden>

=== modified file 'doc/lispref/files.texi'
--- a/doc/lispref/files.texi    2013-11-20 02:52:35 +0000
+++ b/doc/lispref/files.texi    2013-12-23 08:50:31 +0000
@@ -1550,7 +1550,7 @@
 same effect as renaming, aside from momentary intermediate states.
 @end deffn
 
address@hidden Command copy-file oldname newname &optional ok-if-exists time 
preserve-uid-gid preserve-selinux
address@hidden Command copy-file oldname newname &optional ok-if-exists time 
preserve-uid-gid preserve-extended-attributes
 This command copies the file @var{oldname} to @var{newname}.  An
 error is signaled if @var{oldname} does not exist.  If @var{newname}
 names a directory, it copies @var{oldname} into that directory,

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2013-12-23 08:11:14 +0000
+++ b/etc/NEWS  2013-12-23 08:50:31 +0000
@@ -993,6 +993,7 @@
 
 ** File-handling changes
 
++++
 *** Support for filesystem notifications.
 Emacs now supports notifications of filesystem changes, such as
 creation, modification, and deletion of files.  This requires the
@@ -1000,11 +1001,13 @@
 MS-Windows systems, this is supported for Windows XP and newer
 versions.
 
++++
 *** The 9th element returned by `file-attributes' is now unspecified.
 Formerly, it was t if the file's gid would change if file were deleted
 and recreated.  This value has been inaccurate for years on many
 platforms, and nobody seems to have noticed or cared.
 
++++
 *** The 6th argument to `copy-file' has been renamed to
 PRESERVE-EXTENDED-ATTRIBUTES as it now handles both SELinux context
 and ACL entries.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]