diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-04-29 00:48:58 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-04-29 00:48:58 +0200 |
commit | 71edd0ec3d8f2c86673e02eb3c5b23b5bbdeeaec (patch) | |
tree | c3ea72f9813daad2836715dbec7bfb6205863d52 /etc | |
parent | a8346e4904ebdd046bda23b3e16983279fcb2438 (diff) | |
download | emacs-71edd0ec3d8f2c86673e02eb3c5b23b5bbdeeaec.tar.gz |
etc/NEWS: Document new "default HOME" warning.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ChangeLog | 1 | ||||
-rw-r--r-- | etc/NEWS | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index c75af6a0eb3..20779152050 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,6 +1,7 @@ 2011-04-28 Juanma Barranquero <lekktu@gmail.com> * NEWS: Document `delayed-warnings-list' and `delayed-warnings-hook'. + Document new "default HOME" warning. 2011-04-26 Daniel Colascione <dan.colascione@gmail.com> @@ -62,7 +62,8 @@ longer have any effect. (They were declared obsolete in Emacs 23.) ** New command line option `--no-site-lisp' removes site-lisp directories from load-path. -Q now implies this. -** On Windows, Emacs now warns when the obsolete _emacs init file is used. +** On Windows, Emacs now warns when the obsolete _emacs init file is used, +and also when HOME is set to C:\ by default. * Changes in Emacs 24.1 |