diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1285,8 +1285,8 @@ documentation and had inherent races that led to security holes. A | |||
| 1285 | call like (rename-file C D) that used the old, undocumented behavior | 1285 | call like (rename-file C D) that used the old, undocumented behavior |
| 1286 | can be written as (rename-file C (file-name-as-directory D)), a | 1286 | can be written as (rename-file C (file-name-as-directory D)), a |
| 1287 | formulation portable to both older and newer versions of Emacs. | 1287 | formulation portable to both older and newer versions of Emacs. |
| 1288 | Affected functions include add-name-to-file, copy-file, | 1288 | Affected functions include add-name-to-file, copy-directory, |
| 1289 | make-symbolic-link, and rename-file. | 1289 | copy-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 |