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

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

[elpa] externals/lentic 1bf2b709e0 063/333: Use three arguments for m-bu


From: ELPA Syncer
Subject: [elpa] externals/lentic 1bf2b709e0 063/333: Use three arguments for m-buffer-replace-match
Date: Tue, 27 Feb 2024 13:00:03 -0500 (EST)

branch: externals/lentic
commit 1bf2b709e0a023f111a09b7dc3899cfbc32a1e95
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>

    Use three arguments for m-buffer-replace-match
    
    This is due to a change in m-buffer which extended the arguments
    for this function.
---
 linked-buffer-block.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linked-buffer-block.el b/linked-buffer-block.el
index 0cc2c8a75c..7e81c6b473 100644
--- a/linked-buffer-block.el
+++ b/linked-buffer-block.el
@@ -97,7 +97,7 @@ start of line comment characters beween BEGIN and END in 
BUFFER."
     ;; perhaps we should ignore lines which are already commented,
     "\\(^\\).+"
     :begin begin :end end)
-   (oref conf :comment) 1))
+   (oref conf :comment) nil nil 1))
 
 (defun linked-buffer-blk-comment-buffer (conf begin end buffer)
   "Given CONF, a `linked-buffer-configuration' object, add



reply via email to

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