branch: master
commit a083dc46d066bf0fd0aae67485e5ff358fea08d9
Author: mas <mas>
Commit: mas <mas>

    Added def-edebug-specs.
---
 mmm-utils.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mmm-utils.el b/mmm-utils.el
index fb3e7a5..8225037 100644
--- a/mmm-utils.el
+++ b/mmm-utils.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2000 by Michael Abraham Shulman
 
 ;; Author: Michael Abraham Shulman <[email protected]>
-;; Version: $Id: mmm-utils.el,v 1.4 2000/06/29 18:23:01 mas Exp $
+;; Version: $Id: mmm-utils.el,v 1.5 2000/06/30 00:47:23 mas Exp $
 
 ;;{{{ GPL
 
@@ -48,7 +48,7 @@ Mode creates, and not in one of `mmm-never-modes'."
                (eq (aref (buffer-name) 0) ?\ ))
      ,@body))
 
-;;;(def-edebug-spec mmm-valid-buffer t)
+(def-edebug-spec mmm-valid-buffer t)
 
 ;;}}}
 ;;{{{ Save Everything
@@ -62,7 +62,7 @@ restrictions, and match data."
        (save-match-data
          ,@body))))
 
-;;;(def-edebug-spec mmm-save-all t)
+(def-edebug-spec mmm-save-all t)
 
 ;;}}}
 ;;{{{ String Formatting

Reply via email to