Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2372f278
Commit
2372f278
authored
Mar 30, 2010
by
Stefan Monnier
Browse files
* files.el (auto-mode-case-fold): Change default to t.
parent
1d4d7664
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
etc/NEWS
etc/NEWS
+2
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/files.el
lisp/files.el
+1
-1
No files found.
etc/NEWS
View file @
2372f278
...
...
@@ -36,6 +36,8 @@ lib-src/Makefile by hand in order to use the associated features.
* Changes in Emacs 24.1
** auto-mode-case-fold is now enabled by default.
+++
** Emacs now supports display and editing of bidirectional text.
Warning: This is still very much experimental! The existing support
...
...
lisp/ChangeLog
View file @
2372f278
2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
* files.el (auto-mode-case-fold): Change default to t.
2010-03-30 Juri Linkov <juri@jurta.org>
* dired-x.el (dired-omit-mode): Doc fix.
...
...
lisp/files.el
View file @
2372f278
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment