From: Michael Albinus Date: Sun, 4 Oct 2009 12:20:13 +0000 (+0000) Subject: * NEWS: New function copy-directory. X-Git-Tag: emacs-pretest-23.1.90~943 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a03b2e1ee598a5633a6e621af71db88407c46e8;p=emacs.git * NEWS: New function copy-directory. --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 7d1ef38b326..41ac47c01c5 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2009-10-04 Michael Albinus + + * NEWS: New function copy-directory. + 2009-10-03 Chong Yidong * srecode: New directory for SRecode template files. diff --git a/etc/NEWS b/etc/NEWS index 7a8c58d83cd..dc878e8685f 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -308,6 +308,8 @@ be in use: ** `delete-directory' has an optional parameter RECURSIVE. +** New function `copy-directory', which copies a directory recursively. + ** New function `window-full-height-p', analogous to the full-width version.