comparison etc/NEWS @ 77668:cd8d5d9a645a

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 10 May 2007 14:53:13 +0000
parents 5d52aaf30988
children aa8bcc90a99b 776cb0a1bb24
comparison
equal deleted inserted replaced
77667:6f93cd776ecf 77668:cd8d5d9a645a
5011 ** Major mode mechanism changes: 5011 ** Major mode mechanism changes:
5012 5012
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
5017 looking at the file contents. It is handled after `auto-mode-alist',
5018 only if `auto-mode-alist' says nothing about the file.
5019
5016 *** XML or SGML major mode is selected when file starts with an `<?xml' 5020 *** XML or SGML major mode is selected when file starts with an `<?xml'
5017 or `<!DOCTYPE' declaration. 5021 or `<!DOCTYPE' declaration.
5018 5022
5019 *** An interpreter magic line (if present) takes precedence over the 5023 *** An interpreter magic line (if present) takes precedence over the
5020 file name when setting the major mode. 5024 file name when setting the major mode.