Mercurial > emacs
changeset 36350:080a94708b56
Document the change whereby EMACSLOCKDIR is no longer used on Windows.
From Jason Rumney.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 23 Feb 2001 13:13:17 +0000 |
parents | 8f3fb74ff6a0 |
children | b134344df289 |
files | etc/NEWS |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Fri Feb 23 13:12:30 2001 +0000 +++ b/etc/NEWS Fri Feb 23 13:13:17 2001 +0000 @@ -47,6 +47,12 @@ * Changes in Emacs 21.1 ++++ +** The environment variable `EMACSLOCKDIR' is no longer used on MS-Windows. +This environment variable was used when creating lock files. Emacs on +MS-Windows does not use this variable anymore. This change was made +before Emacs 21.1, but wasn't documented until now. + ** Flyspell mode has various new options. See the `flyspell' Custom group.