branch: master
commit c0edb53e539509156e60270f0ba01934a3e062dc
Author: mas <mas>
Commit: mas <mas>
Released 0.4.2a.
---
configure.in | 2 +-
mmm-vars.el | 12 ++++++++++--
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/configure.in b/configure.in
index 12c399e..ba935ad 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT()
-AM_INIT_AUTOMAKE(mmm, 0.4.2)
+AM_INIT_AUTOMAKE(mmm, 0.4.2a)
AM_PATH_LISPDIR()
diff --git a/mmm-vars.el b/mmm-vars.el
index 79d61c9..8ba7042 100644
--- a/mmm-vars.el
+++ b/mmm-vars.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2000 by Michael Abraham Shulman
;; Author: Michael Abraham Shulman <[email protected]>
-;; Version: $Id: mmm-vars.el,v 1.15 2000/06/30 05:02:12 mas Exp $
+;; Version: $Id: mmm-vars.el,v 1.16 2000/06/30 20:55:56 mas Exp $
;;{{{ GPL
@@ -384,6 +384,14 @@ an existing buffer."
;;}}}
;; NON-USER VARIABLES
+;;{{{ Mode Variable
+
+(defvar mmm-mode nil
+ "Non-nil means MMM Mode is turned on in this buffer.
+Do not set this variable directly; use the function `mmm-mode'.")
+(make-variable-buffer-local 'mmm-mode)
+
+;;}}}
;;{{{ Classes Alist
;; :parent could be an all-class argument. Same with :keymap.
@@ -493,7 +501,7 @@ and the end of the back delimiter.")
;;}}}
;;{{{ Version Number
-(defconst mmm-version "0.4.2"
+(defconst mmm-version "0.4.2a"
"Current version of MMM Mode.")
(defun mmm-version ()