diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-05-16 16:07:15 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-05-16 16:07:15 +0000 |
commit | 92228a10a24cb72c55b228fb284ba2f6a2aa98c3 (patch) | |
tree | d1b35352c85dafb4360d6bb157a9e1296d99ae37 /etc | |
parent | 7dbf4670d9ac3f8438d65d015baf77e9d6585bb3 (diff) | |
download | emacs-92228a10a24cb72c55b228fb284ba2f6a2aa98c3.tar.gz |
(magic-fallback-mode-alist): Rename from file-start-mode-alist.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5013,7 +5013,7 @@ 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 +*** New variable `magic-fallback-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' (and `magic-mode-alist') says nothing about the file. |