branch: master
commit 6c74ab7efdf878ceb1a51c98baac1ee8764d2d75
Author: mas <mas>
Commit: mas <mas>

    Moved mmm-mode variable to mmm-vars.el.
---
 mmm-mode.el | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/mmm-mode.el b/mmm-mode.el
index bacc376..e18551c 100644
--- a/mmm-mode.el
+++ b/mmm-mode.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1999 by Michael Abraham Shulman
 
 ;; Author: Michael Abraham Shulman <[email protected]>
-;; Version: $Id: mmm-mode.el,v 1.6 2000/06/30 02:41:53 mas Exp $
+;; Version: $Id: mmm-mode.el,v 1.7 2000/06/30 20:55:22 mas Exp $
 ;; Keywords: convenience faces languages tools
 
 ;;{{{ GPL
@@ -99,11 +99,6 @@
 
 ;;{{{ Toggle Function
 
-(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)
-
 (defun mmm-mode (&optional arg)
   "Minor mode to allow multiple major modes in one buffer.
 Without ARG, toggle MMM Mode. With ARG, turn MMM Mode on iff ARG is

Reply via email to