diff options
| author | Juri Linkov | 2008-11-22 19:06:02 +0000 |
|---|---|---|
| committer | Juri Linkov | 2008-11-22 19:06:02 +0000 |
| commit | fc0318c6d5b512023cc3c32551aaee624a2fd75e (patch) | |
| tree | 65342fcea109666af44f8307dc5ca9b679a1a5d4 | |
| parent | 75fd7f12d5ffeb218c53144b47f5fb7bcf81a62b (diff) | |
| download | emacs-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/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -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. |
| 259 | By default, Emacs looks in .dir-settings.el for directory-local | 259 | By default, Emacs looks in .dir-locals.el for directory-local |
| 260 | variables. For more information, see `set-directory-project' and | 260 | variables. For more information, see `dir-locals-set-directory-class' |
| 261 | `define-project-bindings'. | 261 | and `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 |