branch: master
commit f26164258270948260fe0e4fd0d0ac979afab034
Merge: 37f6dea d652943
Author: Steve Purcell <[email protected]>
Commit: Steve Purcell <[email protected]>
Merge pull request #50 from syohex/fix-invalid-function-call
Fix invalid function call
---
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.