summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2007-05-10 14:53:13 +0000
committerRichard M. Stallman <rms@gnu.org>2007-05-10 14:53:13 +0000
commit7d145fa308f60d9e42f1e5e3b374c73bb77c1581 (patch)
tree38af388428d771e0e4950046a00e972e1d2618df /etc
parent4c88cf6decf35b0290ab7860ffb738a823190a68 (diff)
downloademacs-7d145fa308f60d9e42f1e5e3b374c73bb77c1581.tar.gz
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3c73ec6ee58..87c42c01067 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -5013,6 +5013,10 @@ of multiline constructs so that such constructs get properly recognized.
*** New variable `magic-mode-alist' determines major mode for a file by
looking at the file contents. It takes precedence over `auto-mode-alist'.
+*** New variable `file-start-mode-alist' determines major mode for a file by
+looking at the file contents. It is handled after `auto-mode-alist',
+only if `auto-mode-alist' says nothing about the file.
+
*** XML or SGML major mode is selected when file starts with an `<?xml'
or `<!DOCTYPE' declaration.