summaryrefslogtreecommitdiff
path: root/lisp/files.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2010-03-30 21:51:54 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2010-03-30 21:51:54 -0400
commit2372f27819d40841e544877642b3bf599f19e58f (patch)
tree3884787723a379f5b100bc56c81c82c895cc2b81 /lisp/files.el
parent1d4d7664d78d100ad98dee447a6c064d99ae7431 (diff)
downloademacs-2372f27819d40841e544877642b3bf599f19e58f.tar.gz
* files.el (auto-mode-case-fold): Change default to t.
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 3b3bbe19bbb..b341fe71076 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -2159,7 +2159,7 @@ in that case, this function acts as if `enable-local-variables' were t."
(if (fboundp 'ucs-set-table-for-input) ; don't lose when building
(ucs-set-table-for-input)))
-(defcustom auto-mode-case-fold nil
+(defcustom auto-mode-case-fold t
"Non-nil means to try second pass through `auto-mode-alist'.
This means that if the first case-sensitive search through the alist fails
to find a matching major mode, a second case-insensitive search is made.