aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2007-05-16 16:07:15 +0000
committerStefan Monnier2007-05-16 16:07:15 +0000
commit92228a10a24cb72c55b228fb284ba2f6a2aa98c3 (patch)
treed1b35352c85dafb4360d6bb157a9e1296d99ae37 /etc
parent7dbf4670d9ac3f8438d65d015baf77e9d6585bb3 (diff)
downloademacs-92228a10a24cb72c55b228fb284ba2f6a2aa98c3.tar.gz
emacs-92228a10a24cb72c55b228fb284ba2f6a2aa98c3.zip
(magic-fallback-mode-alist): Rename from file-start-mode-alist.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 412f5bc928c..84c7b3b3bf1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -5013,7 +5013,7 @@ of multiline constructs so that such constructs get properly recognized.
5013*** New variable `magic-mode-alist' determines major mode for a file by 5013*** New variable `magic-mode-alist' determines major mode for a file by
5014looking at the file contents. It takes precedence over `auto-mode-alist'. 5014looking at the file contents. It takes precedence over `auto-mode-alist'.
5015 5015
5016*** New variable `file-start-mode-alist' determines major mode for a file by 5016*** New variable `magic-fallback-mode-alist' determines major mode for a file by
5017looking at the file contents. It is handled after `auto-mode-alist', 5017looking at the file contents. It is handled after `auto-mode-alist',
5018only if `auto-mode-alist' (and `magic-mode-alist') says nothing about the file. 5018only if `auto-mode-alist' (and `magic-mode-alist') says nothing about the file.
5019 5019