aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2008-11-22 19:06:02 +0000
committerJuri Linkov2008-11-22 19:06:02 +0000
commitfc0318c6d5b512023cc3c32551aaee624a2fd75e (patch)
tree65342fcea109666af44f8307dc5ca9b679a1a5d4
parent75fd7f12d5ffeb218c53144b47f5fb7bcf81a62b (diff)
downloademacs-fc0318c6d5b512023cc3c32551aaee624a2fd75e.tar.gz
emacs-fc0318c6d5b512023cc3c32551aaee624a2fd75e.zip
Rename .dir-settings.el to .dir-locals.
Rename set-directory-project to dir-locals-set-directory-class. Rename define-project-bindings to dir-locals-set-class-variables.
-rw-r--r--etc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9c9aac87ce9..041f949708b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -256,9 +256,9 @@ to `trash-directory' on other systems.
256 256
257+++ 257+++
258** Directory-local variables can now be defined. 258** Directory-local variables can now be defined.
259By default, Emacs looks in .dir-settings.el for directory-local 259By default, Emacs looks in .dir-locals.el for directory-local
260variables. For more information, see `set-directory-project' and 260variables. For more information, see `dir-locals-set-directory-class'
261`define-project-bindings'. 261and `dir-locals-set-class-variables'.
262 262
263** Emacs can now use `auth-source' for authentication. 263** Emacs can now use `auth-source' for authentication.
264`smtpmail' and `url' (Tramp and Gnus also) use `auth-source' to obtain 264`smtpmail' and `url' (Tramp and Gnus also) use `auth-source' to obtain