branch: externals/m-buffer
commit 6eb1d2535a82707a83733173bc400a0d8e520c80
Author: Phillip Lord <[email protected]>
Commit: Phillip Lord <[email protected]>
v0.15 Release
---
README.md | 7 +++++--
m-buffer.el | 4 ++--
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 368909c2c0..823375e171 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,8 @@ in Emacs with [Lentic
Server](https://github.com/phillord/lentic-server).
The code is now in active use. APIs are open to change, but I am not intending
to.
-Version 0.14 is the last version to support Emacs-24.
+Version 0.14 did not support Emacs-24, which unintentionally broke assess.el
+which needs to work on these platforms. Emacs-24 is now supported again.
## Contributions
@@ -33,7 +34,9 @@ with the FSF.
## Change Log
-### NEXT
+### 0.15
+
+Support Emacs-24 again
### 0.14
diff --git a/m-buffer.el b/m-buffer.el
index 3778360f1f..c3f3523669 100644
--- a/m-buffer.el
+++ b/m-buffer.el
@@ -6,12 +6,12 @@
;; Author: Phillip Lord <[email protected]>
;; Maintainer: Phillip Lord <[email protected]>
-;; Version: 0.14
+;; Version: 0.15
;; Package-Requires: ((seq "2.14"))
;; The contents of this file are subject to the GPL License, Version 3.0.
-;; Copyright (C) 2014, 2015, 2016 Phillip Lord
+;; Copyright (C) 2014, 2015, 2016, 2017 Phillip Lord
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by