branch: externals/m-buffer
commit 11990bba65f14fdd57bc867594894d175fa1225b
Author: Phillip Lord <[email protected]>
Commit: Phillip Lord <[email protected]>

    Version 0.5 release.
---
 README.md   | 7 +++++++
 m-buffer.el | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 2cb04f03a8..9c0945691b 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,13 @@ with the FSF.
 
 ## Change Log
 
+### 0.5
+ - Automated Testing with Cask
+
+#### Breaking Changes
+ - m-buffer-replace-match optional arguments now expanded to match
+   replace-match. This means the 3rd argument has changed meaning.
+
 ### 0.4
 
  - m-buffer-match-data has become m-buffer-match
diff --git a/m-buffer.el b/m-buffer.el
index 8042ec2668..78d7c983cc 100644
--- a/m-buffer.el
+++ b/m-buffer.el
@@ -4,7 +4,7 @@
 
 ;; Author: Phillip Lord <[email protected]>
 ;; Maintainer: Phillip Lord <[email protected]>
-;; Version: 0.4
+;; Version: 0.5
 ;; Package-Requires: ((dash "2.5.0")(emacs "24.3"))
 
 ;; The contents of this file are subject to the GPL License, Version 3.0.
@@ -338,7 +338,7 @@ markers are part of MATCH-DATA, so niling them will 
percolate backward."
        (save-match-data
          (set-match-data match)
          (replace-match
-          replacement fixedcase literal nil 
+          replacement fixedcase literal nil
           (or subexp 0)))))
    match-data)
   ;; we have match-data

Reply via email to