branch: externals/m-buffer
commit f76c2d205b9299032df5fcec4c2cf9cd505e6bab
Merge: cbd9d12b3d 41384768bc
Author: Phillip Lord <[email protected]>
Commit: Phillip Lord <[email protected]>
Merge branch 'master' of github.com:phillord/m-buffer-el
---
m-buffer.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/m-buffer.el b/m-buffer.el
index 802f13021f..0e04535546 100644
--- a/m-buffer.el
+++ b/m-buffer.el
@@ -264,7 +264,7 @@ will slow future changes to the buffer."
MATCH may be of any form accepted by `m-buffer-ensure-match'.
If `match-data' is passed markers will be set to nil after this
function. See `m-buffer-nil-markers' for details."
- (m-buffers-markers-to-pos-nil
+ (m-buffer-markers-to-pos-nil
(apply 'm-buffer-match-end match)))
;; marker/position utility functions
@@ -349,7 +349,7 @@ optionally of group SUBEXP."
(-map
'substring-no-properties
(m-buffer-match-string
- matches subexp)))
+ match-data subexp)))
;;;
;;; Block things detection
@@ -504,7 +504,7 @@ Info node `(elisp) Text Properties' for further details."
(let ((buffer (m-buffer-buffer-for-match match-data)))
(m-buffer-on-region
(lambda (beginning end)
- (add-text-property beginning end properties))
+ (add-text-properties beginning end properties))
match-data)))
(defun m-buffer-put-text-property-match (match-data property value)