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

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

[elpa] externals/m-buffer 41384768bc 024/115: Merge pull request #1 from


From: ELPA Syncer
Subject: [elpa] externals/m-buffer 41384768bc 024/115: Merge pull request #1 from syohex/fix-typo
Date: Tue, 19 Jul 2022 15:58:46 -0400 (EDT)

branch: externals/m-buffer
commit 41384768bcaca38a4121fb68a387bcbd348e6984
Merge: 2e1e7b5d29 6e8e29e12d
Author: phillord <phillip.lord@newcastle.ac.uk>
Commit: phillord <phillip.lord@newcastle.ac.uk>

    Merge pull request #1 from syohex/fix-typo
    
    Fix some typos
---
 m-buffer.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/m-buffer.el b/m-buffer.el
index 31fb8b6f6c..bb2f75fba3 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
@@ -501,7 +501,7 @@ See Info node `(elisp) Overlays' forfurther information.
   (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]