branch: master
commit ffdc253245a89f112c972b39d5ae42bdacce691b
Author: mas <mas>
Commit: mas <mas>
`require'd mmm-vars at top level for byte-compiling.
---
mmm-auto.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/mmm-auto.el b/mmm-auto.el
index beb1f6e..7242518 100644
--- a/mmm-auto.el
+++ b/mmm-auto.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2000 by Michael Abraham Shulman
;; Author: Michael Abraham Shulman <[email protected]>
-;; Version: $Id: mmm-auto.el,v 1.3 2000/04/30 08:03:09 mas Exp $
+;; Version: $Id: mmm-auto.el,v 1.4 2000/05/18 18:27:07 mas Exp $
;;{{{ GPL
@@ -74,8 +74,7 @@
;;; Code:
(require 'cl)
-(when t
- (require 'mmm-vars))
+(require 'mmm-vars)
;;{{{ Autoloads