branch: externals/vlf
commit 371c560f4b5cf393edc0505671c1f0dd7aa24bdc
Author: Andrey Kotlarski <[email protected]>
Commit: Andrey Kotlarski <[email protected]>
Bump version and remove warning - save is now reliable.
---
README.org | 3 ---
vlf.el | 2 +-
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/README.org b/README.org
index d371c6f..0477e45 100644
--- a/README.org
+++ b/README.org
@@ -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.
diff --git a/vlf.el b/vlf.el
index 6084fe4..e6c34e6 100644
--- a/vlf.el
+++ b/vlf.el
@@ -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 <[email protected]>
;; Authors: 2006 Mathias Dahl <[email protected]>