diff options
| author | Glenn Morris | 2013-02-10 17:50:45 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-02-10 17:50:45 -0800 |
| commit | 97a1cd9d27e7d95263b475d03ce39c20a2ff4512 (patch) | |
| tree | 6ccbcec387797f9e1407c19169d7d4747a741784 /etc | |
| parent | c57b2d76277b678431d2926a542003e1275927a9 (diff) | |
| download | emacs-97a1cd9d27e7d95263b475d03ce39c20a2ff4512.tar.gz emacs-97a1cd9d27e7d95263b475d03ce39c20a2ff4512.zip | |
Add `enable-dir-local-variables'
* lisp/files.el (enable-dir-local-variables): New variable.
(hack-dir-local-variables): Respect enable-dir-local-variables.
* lisp/tutorial.el (help-with-tutorial): Ignore directory-local variables.
Fixes: debbugs:11127
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 6 insertions, 2 deletions
| @@ -45,6 +45,10 @@ non-nil, they output the same results. | |||
| 45 | ** `eval-defun' on an already defined defcustom calls the :set function, | 45 | ** `eval-defun' on an already defined defcustom calls the :set function, |
| 46 | if there is one. | 46 | if there is one. |
| 47 | 47 | ||
| 48 | ** If the new variable `enable-dir-local-variables' is nil, | ||
| 49 | directory local variables are ignored. May be useful for some modes | ||
| 50 | that want to ignore directory-locals while still respecting file-locals. | ||
| 51 | |||
| 48 | ** The option `set-mark-default-inactive' has been deleted. | 52 | ** The option `set-mark-default-inactive' has been deleted. |
| 49 | This unfinished feature was introduced by accident in Emacs 23.1; | 53 | This unfinished feature was introduced by accident in Emacs 23.1; |
| 50 | simply disabling Transient Mark mode does the same thing. | 54 | simply disabling Transient Mark mode does the same thing. |
| @@ -228,7 +232,7 @@ alist of extended attributes as returned by the new function | |||
| 228 | file using `set-file-extended-attributes'. | 232 | file using `set-file-extended-attributes'. |
| 229 | 233 | ||
| 230 | 234 | ||
| 231 | * Lisp changes in Emacs 24.4 | 235 | * Lisp Changes in Emacs 24.4 |
| 232 | 236 | ||
| 233 | ** Support for filesystem notifications. | 237 | ** Support for filesystem notifications. |
| 234 | Emacs now supports notifications of filesystem changes, such as | 238 | Emacs now supports notifications of filesystem changes, such as |
| @@ -273,7 +277,7 @@ used in place of the 9th element of `file-attributes'. | |||
| 273 | and ACL entries. | 277 | and ACL entries. |
| 274 | 278 | ||
| 275 | 279 | ||
| 276 | * Changes in Emacs 24.4 on non-free operating systems | 280 | * Changes in Emacs 24.4 on Non-Free Operating Systems |
| 277 | 281 | ||
| 278 | +++ | 282 | +++ |
| 279 | ** The "generate a backtrace on fatal error" feature now works on MS Windows. | 283 | ** The "generate a backtrace on fatal error" feature now works on MS Windows. |