diff options
| author | Stefan Monnier | 2007-05-16 16:07:15 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-05-16 16:07:15 +0000 |
| commit | 92228a10a24cb72c55b228fb284ba2f6a2aa98c3 (patch) | |
| tree | d1b35352c85dafb4360d6bb157a9e1296d99ae37 /etc | |
| parent | 7dbf4670d9ac3f8438d65d015baf77e9d6585bb3 (diff) | |
| download | emacs-92228a10a24cb72c55b228fb284ba2f6a2aa98c3.tar.gz emacs-92228a10a24cb72c55b228fb284ba2f6a2aa98c3.zip | |
(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. | |||
| 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 |
| 5014 | looking at the file contents. It takes precedence over `auto-mode-alist'. | 5014 | looking 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 |
| 5017 | looking at the file contents. It is handled after `auto-mode-alist', | 5017 | looking at the file contents. It is handled after `auto-mode-alist', |
| 5018 | only if `auto-mode-alist' (and `magic-mode-alist') says nothing about the file. | 5018 | only if `auto-mode-alist' (and `magic-mode-alist') says nothing about the file. |
| 5019 | 5019 | ||