From: Eli Zaretskii Date: Sat, 21 Aug 2021 08:01:44 +0000 (+0300) Subject: ; * etc/NEWS: State the default behavior when copying symlinks. X-Git-Tag: emacs-28.0.90~1400 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2ed73a722fa2183e18045ef32d4ba13cc574de34;p=emacs.git ; * etc/NEWS: State the default behavior when copying symlinks. --- diff --git a/etc/NEWS b/etc/NEWS index ec7e54e2dde..02185a6fb48 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2468,7 +2468,8 @@ symbolic links, and 'file-precious-flag' is non-nil. +++ *** New user option 'copy-directory-create-symlink'. If non-nil, will make `copy-directory' (when used on a symbolic -link) copy the link instead of following the link. +link) copy the link instead of following the link. The default is +nil, so the default behavior is unchanged. +++ *** New function 'replace-regexp-in-region'.