aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2013-02-10 17:50:45 -0800
committerGlenn Morris2013-02-10 17:50:45 -0800
commit97a1cd9d27e7d95263b475d03ce39c20a2ff4512 (patch)
tree6ccbcec387797f9e1407c19169d7d4747a741784 /etc
parentc57b2d76277b678431d2926a542003e1275927a9 (diff)
downloademacs-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/NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2d1f4566123..4525d705183 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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,
46if there is one. 46if there is one.
47 47
48** If the new variable `enable-dir-local-variables' is nil,
49directory local variables are ignored. May be useful for some modes
50that 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.
49This unfinished feature was introduced by accident in Emacs 23.1; 53This unfinished feature was introduced by accident in Emacs 23.1;
50simply disabling Transient Mark mode does the same thing. 54simply disabling Transient Mark mode does the same thing.
@@ -228,7 +232,7 @@ alist of extended attributes as returned by the new function
228file using `set-file-extended-attributes'. 232file 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.
234Emacs now supports notifications of filesystem changes, such as 238Emacs now supports notifications of filesystem changes, such as
@@ -273,7 +277,7 @@ used in place of the 9th element of `file-attributes'.
273and ACL entries. 277and 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.