diff options
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) |