aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS4
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 2a1ef635321..4afa26a5141 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12008-10-24 Juanma Barranquero <lekktu@gmail.com>
2
3 * NEWS: New function `locate-user-emacs-file'.
4
12008-10-18 Ulrich Mueller <ulm@gentoo.org> 52008-10-18 Ulrich Mueller <ulm@gentoo.org>
2 6
3 * MACHINES: Add section for SuperH. 7 * MACHINES: Add section for SuperH.
diff --git a/etc/NEWS b/etc/NEWS
index d50b9cc4029..70fc968440e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1636,6 +1636,10 @@ the match data.
1636`serial-process-configure' provide a Lisp interface to the new serial 1636`serial-process-configure' provide a Lisp interface to the new serial
1637port support (see Emacs changes, above). 1637port support (see Emacs changes, above).
1638 1638
1639*** `locate-user-emacs-file' helps packages to select the appropriate
1640place to save user-specific files. It defaults to `user-emacs-directory'
1641unless the file already exists at $HOME.
1642
1639** Miscellaneous new variables 1643** Miscellaneous new variables
1640 1644
1641+++ 1645+++