1
0
mirror of https://github.com/m00natic/vlfi.git synced 2025-01-18 12:05:31 +00:00

Bump version and remove warning - save is now reliable.

This commit is contained in:
Andrey Kotlarski 2013-12-11 01:11:13 +02:00
parent a3901b8f1a
commit 371c560f4b
2 changed files with 1 additions and 4 deletions

View File

@ -97,6 +97,3 @@ file.
If editing doesn't change size of the chunk, only this chunk is saved.
Otherwise the remaining part of the file is adjusted batch by batch,
so again you'd better have bigger current batch size.
*Warning* Saving changes to non-ASCII chunks is a bit risky right
now.

2
vlf.el
View File

@ -2,7 +2,7 @@
;; Copyright (C) 2006, 2012, 2013 Free Software Foundation, Inc.
;; Version: 1.0
;; Version: 1.1
;; Keywords: large files, utilities
;; Maintainer: Andrey Kotlarski <m00naticus@gmail.com>
;; Authors: 2006 Mathias Dahl <mathias.dahl@gmail.com>