branch: master
commit 1d1bd2361bbc204faf9c75a8b28f2be4a905eebe
Author: mas <mas>
Commit: mas <mas>
# Changed to use mmm-temp-buffer-name
---
mmm-utils.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mmm-utils.el b/mmm-utils.el
index ce2413c..26ef5e2 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.2 2000/04/30 07:49:41 mas Exp $
+;; Version: $Id: mmm-utils.el,v 1.3 2000/06/26 22:23:16 mas Exp $
;;{{{ GPL
@@ -42,7 +42,7 @@
"Execute BODY if in a valid buffer for MMM Mode to be enabled.
This means if not currently in one of the temporary buffers that MMM
Mode creates, and not in one of `mmm-never-modes'."
- `(unless (or (equal (buffer-name) "*mmm-temp*")
+ `(unless (or (equal (buffer-name) mmm-temp-buffer-name)
(memq major-mode mmm-never-modes))
,@body))