diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-03-30 21:51:54 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-03-30 21:51:54 -0400 |
commit | 2372f27819d40841e544877642b3bf599f19e58f (patch) | |
tree | 3884787723a379f5b100bc56c81c82c895cc2b81 /lisp/files.el | |
parent | 1d4d7664d78d100ad98dee447a6c064d99ae7431 (diff) | |
download | emacs-2372f27819d40841e544877642b3bf599f19e58f.tar.gz |
* files.el (auto-mode-case-fold): Change default to t.
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 2 |
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. |