aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKim F. Storm2006-12-31 00:48:53 +0000
committerKim F. Storm2006-12-31 00:48:53 +0000
commitf57cdb50a7d11aec40238bfe8687eaaf403e1b17 (patch)
tree9dd5392e3384d8629261745959ecfca3d1494d28 /etc
parent2c47a0f0fc4aa69715314552f74bf2b5b77953e6 (diff)
downloademacs-f57cdb50a7d11aec40238bfe8687eaaf403e1b17.tar.gz
emacs-f57cdb50a7d11aec40238bfe8687eaaf403e1b17.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c419831b285..bd5a003f503 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -5544,6 +5544,15 @@ of multiline constructs so that such constructs get properly recognized.
5544** Major mode mechanism changes: 5544** Major mode mechanism changes:
5545 5545
5546+++ 5546+++
5547*** If new variable `auto-mode-case-fold' is set to a non-nil value,
5548Emacs will perform a second case-insensitive search through
5549`auto-mode-alist' if the first case-sensitive search fails.
5550This means that a file FILE.TXT is opened in text-mode, and a file PROG.PY
5551is opened in python-mode. Note however, that independent of this
5552setting, *.C files are usually recognized as C++ files.
5553It also has no effect on systems with case-insensitive file names.
5554
5555+++
5547*** New variable `magic-mode-alist' determines major mode for a file by 5556*** New variable `magic-mode-alist' determines major mode for a file by
5548looking at the file contents. It takes precedence over `auto-mode-alist'. 5557looking at the file contents. It takes precedence over `auto-mode-alist'.
5549 5558