comparison etc/NEWS @ 77456:dd340b7dc601

Minor fix.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 23 Apr 2007 19:36:57 +0000
parents c1d43f2a6032
children 9eb2edbd68cf
comparison
equal deleted inserted replaced
77455:7d3752ecd9f8 77456:dd340b7dc601
4985 4985
4986 ** Major mode mechanism changes: 4986 ** Major mode mechanism changes:
4987 4987
4988 *** If new variable `auto-mode-case-fold' is set to a non-nil value, 4988 *** If new variable `auto-mode-case-fold' is set to a non-nil value,
4989 Emacs will perform a second case-insensitive search through 4989 Emacs will perform a second case-insensitive search through
4990 `auto-mode-alist' if the first case-sensitive search fails. 4990 `auto-mode-alist' if the first case-sensitive search fails. This
4991 This means that a file FILE.TXT is opened in text-mode, and a file PROG.PY 4991 means that a file FILE.TXT is opened in text-mode, and a file
4992 is opened in python-mode. Note however, that independent of this 4992 PROG.HTML is opened in html-mode. Note however, that independent of
4993 setting, *.C files are usually recognized as C++ files. 4993 this setting, *.C files are usually recognized as C++ files. It also
4994 It also has no effect on systems with case-insensitive file names. 4994 has no effect on systems with case-insensitive file names.
4995 4995
4996 *** New variable `magic-mode-alist' determines major mode for a file by 4996 *** New variable `magic-mode-alist' determines major mode for a file by
4997 looking at the file contents. It takes precedence over `auto-mode-alist'. 4997 looking at the file contents. It takes precedence over `auto-mode-alist'.
4998 4998
4999 *** An interpreter magic line (if present) takes precedence over the 4999 *** An interpreter magic line (if present) takes precedence over the