emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99783: * files.el (auto-mode-case-fo


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99783: * files.el (auto-mode-case-fold): Change default to t.
Date: Tue, 30 Mar 2010 21:51:54 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99783
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Tue 2010-03-30 21:51:54 -0400
message:
  * files.el (auto-mode-case-fold): Change default to t.
modified:
  etc/NEWS
  lisp/ChangeLog
  lisp/files.el
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2010-03-30 09:13:07 +0000
+++ b/etc/NEWS  2010-03-31 01:51:54 +0000
@@ -36,6 +36,8 @@
 
 * 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

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-03-30 16:38:45 +0000
+++ b/lisp/ChangeLog    2010-03-31 01:51:54 +0000
@@ -1,3 +1,7 @@
+2010-03-31  Stefan Monnier  <address@hidden>
+
+       * files.el (auto-mode-case-fold): Change default to t.
+
 2010-03-30  Juri Linkov  <address@hidden>
 
        * dired-x.el (dired-omit-mode): Doc fix.

=== modified file 'lisp/files.el'
--- a/lisp/files.el     2010-03-29 12:26:24 +0000
+++ b/lisp/files.el     2010-03-31 01:51:54 +0000
@@ -2159,7 +2159,7 @@
   (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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]