diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-09-29 14:14:08 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-09-29 14:14:08 -0400 |
commit | cbdc06f3be1fb1921454d15d5d9f48bef85cba9e (patch) | |
tree | eadcc7cd3232cc8f8ac5789d5ef48cc69796a19c /lisp/ls-lisp.el | |
parent | 8f24b587c87f621f5bc9997589de5d4e3f73b1c3 (diff) | |
download | emacs-cbdc06f3be1fb1921454d15d5d9f48bef85cba9e.tar.gz |
Rename 24.5 to 25.1
Except where we expect to backport the corresponding change.
Diffstat (limited to 'lisp/ls-lisp.el')
-rw-r--r-- | lisp/ls-lisp.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el index 95933005094..03ee0d25cce 100644 --- a/lisp/ls-lisp.el +++ b/lisp/ls-lisp.el @@ -128,7 +128,7 @@ Collation Algorithm (UCA), which places together file names that differ only in punctuation characters. On MS-Windows, customize the option `ls-lisp-UCA-like-collation' to a non-nil value to get similar behavior." - :version "24.5" + :version "25.1" :set-after '(ls-lisp-emulation) :type 'boolean :group 'ls-lisp) @@ -150,7 +150,7 @@ and `w32-collate-ignore-punctuation' for more details. This option is ignored on platforms other than MS-Windows; to control the collation ordering of the file names on those other systems, set your locale instead." - :version "24.5" + :version "25.1" :type 'boolean :group 'ls-lisp) |