branch: master
commit d2c692be3f25e7aea57805f947a81989605a533f
Author: viritrilbia <viritrilbia>
Commit: viritrilbia <viritrilbia>
# Listed keyword arguments that edebug needs (in a comment)
---
mmm-region.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/mmm-region.el b/mmm-region.el
index 2d5bb90..29ae323 100644
--- a/mmm-region.el
+++ b/mmm-region.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2000 by Michael Abraham Shulman
;; Author: Michael Abraham Shulman <[email protected]>
-;; Version: $Id: mmm-region.el,v 1.31 2001/02/08 23:37:53 viritrilbia Exp $
+;; Version: $Id: mmm-region.el,v 1.32 2001/04/26 22:26:35 viritrilbia Exp $
;;{{{ GPL
@@ -228,6 +228,7 @@ i.e. whether text inserted at the marker should be inside
the region."
(defun* mmm-make-region
(submode beg end &rest rest &key (front "") (back "")
(beg-sticky t) (end-sticky t) face creation-hook
+ ;start stop submode insert private front-offset back-offset
front-match back-match
&allow-other-keys
)
"Make a submode region from BEG to END of SUBMODE in FACE.