branch: master
commit 68fe94d199fbcb153786a6bd3d23e39ab7ba5542
Author: alanshutko <alanshutko>
Commit: alanshutko <alanshutko>
(mmm-ify): Change defaults for front-delim and
back-delim to nil. 0 was breaking the no-delimiter case in
mmm-match-region.
---
ChangeLog | 6 ++++++
mmm-class.el | 6 +++---
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 691d6f3..517f49d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-06-10 Alan Shutko <[email protected]>
+
+ * mmm-class.el (mmm-ify): Change defaults for front-delim and
+ back-delim to nil. 0 was breaking the no-delimiter case in
+ mmm-match-region.
+
2004-06-02 Alan Shutko <[email protected]>
* mmm-sample.el (html-js): Support JS version in language attribute.
diff --git a/mmm-class.el b/mmm-class.el
index 82397b9..9e51e79 100644
--- a/mmm-class.el
+++ b/mmm-class.el
@@ -1,9 +1,9 @@
;;; mmm-class.el --- MMM submode class variables and functions
-;; Copyright (C) 2000 by Michael Abraham Shulman
+;; Copyright (C) 2000, 2004 by Michael Abraham Shulman
;; Author: Michael Abraham Shulman <[email protected]>
-;; Version: $Id: mmm-class.el,v 1.18 2003/03/09 17:04:03 viritrilbia Exp $
+;; Version: $Id: mmm-class.el,v 1.19 2004/06/11 00:31:07 alanshutko Exp $
;;{{{ GPL
@@ -130,7 +130,7 @@ and interactive history."
(end-sticky (not (number-or-marker-p back)))
include-front include-back
(front-offset 0) (back-offset 0)
- (front-delim 0) (back-delim 0)
+ (front-delim nil) (back-delim nil)
(delimiter-mode mmm-delimiter-mode)
front-face back-face
front-verify back-verify