aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4187dd8a30a..136d4582544 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1285,8 +1285,8 @@ documentation and had inherent races that led to security holes. A
1285call like (rename-file C D) that used the old, undocumented behavior 1285call like (rename-file C D) that used the old, undocumented behavior
1286can be written as (rename-file C (file-name-as-directory D)), a 1286can be written as (rename-file C (file-name-as-directory D)), a
1287formulation portable to both older and newer versions of Emacs. 1287formulation portable to both older and newer versions of Emacs.
1288Affected functions include add-name-to-file, copy-file, 1288Affected functions include add-name-to-file, copy-directory,
1289make-symbolic-link, and rename-file. 1289copy-file, make-symbolic-link, and rename-file.
1290 1290
1291 1291
1292* Lisp Changes in Emacs 26.1 1292* Lisp Changes in Emacs 26.1