branch: master
commit d6529434ec26379bbefb7d68c5ed7a57ea6ad818
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>

    Fix invalid function call
    
    Argument count of mmm-submode-changes-in is 2.
---
 mmm-noweb.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mmm-noweb.el b/mmm-noweb.el
index 4f6bec4..b936be1 100644
--- a/mmm-noweb.el
+++ b/mmm-noweb.el
@@ -159,7 +159,7 @@ names which match REGEXP."
                                     nil)
                                 (list name
                                       (car pos-list) (cadr pos-list)))))))
-                  (mmm-submode-changes-in start stop t delim))))
+                  (mmm-submode-changes-in start stop))))
     ;; The above loop leaves lots of nils in the list...
     ;; Removing them saves us from having to do the (last x 2)
     ;; trick that mmm-regions-in does.

Reply via email to