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/files.el | |
parent | 8f24b587c87f621f5bc9997589de5d4e3f73b1c3 (diff) | |
download | emacs-cbdc06f3be1fb1921454d15d5d9f48bef85cba9e.tar.gz emacs-cbdc06f3be1fb1921454d15d5d9f48bef85cba9e.tar.bz2 emacs-cbdc06f3be1fb1921454d15d5d9f48bef85cba9e.zip |
Rename 24.5 to 25.1
Except where we expect to backport the corresponding change.
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 486dee638a9..5d1276f261e 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1798,7 +1798,7 @@ When nil, never issue warning. Beware: This probably doesn't do what you think it does, because \"free\" is pretty hard to define in practice." :group 'files :group 'find-file - :version "24.5" + :version "25.1" :type '(choice integer (const :tag "Never issue warning" nil))) (defun abort-if-file-too-large (size op-type filename) |