emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/m-buffer f76c2d205b 025/115: Merge branch 'master' of g


From: ELPA Syncer
Subject: [elpa] externals/m-buffer f76c2d205b 025/115: Merge branch 'master' of github.com:phillord/m-buffer-el
Date: Tue, 19 Jul 2022 15:58:46 -0400 (EDT)

branch: externals/m-buffer
commit f76c2d205b9299032df5fcec4c2cf9cd505e6bab
Merge: cbd9d12b3d 41384768bc
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]