[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master 47952d1 007/433: Added dependencies on mmm-compat and mmm-
From: |
Dmitry Gutov |
Subject: |
[elpa] master 47952d1 007/433: Added dependencies on mmm-compat and mmm-vars. |
Date: |
Thu, 15 Mar 2018 19:43:25 -0400 (EDT) |
branch: master
commit 47952d1b256cf2be32a2c9734b4b9e766cfa0994
Author: mas <mas>
Commit: mas <mas>
Added dependencies on mmm-compat and mmm-vars.
---
mmm-mason.el | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/mmm-mason.el b/mmm-mason.el
index b48104d..3f3c1fa 100644
--- a/mmm-mason.el
+++ b/mmm-mason.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2000 by Michael Abraham Shulman
;; Author: Michael Abraham Shulman <address@hidden>
-;; Version: $Id: mmm-mason.el,v 1.3 2000/04/30 08:03:09 mas Exp $
+;; Version: $Id: mmm-mason.el,v 1.4 2000/05/03 21:48:44 mas Exp $
;;{{{ GPL
@@ -74,8 +74,9 @@
;;; Code:
-(when t
- (require 'mmm-auto))
+(require 'mmm-compat)
+(require 'mmm-vars)
+(require 'mmm-auto)
;;{{{ Perl Tags
- [elpa] master updated (71566ba -> aea8495), Dmitry Gutov, 2018/03/15
- [elpa] master 793c81e 003/433: Loaded CL at top level for byte-compile., Dmitry Gutov, 2018/03/15
- [elpa] master 88e8b9f 002/433: Put all `require's not needed at compile-time into `progn's so the, Dmitry Gutov, 2018/03/15
- [elpa] master cfb0dbc 008/433: Fixed "sub"-insertion specs like <%perl> under <%TAG> not to insert, Dmitry Gutov, 2018/03/15
- [elpa] master 0fcfb2b 004/433: Required font-lock and mmm-auto at top level for byte compilation., Dmitry Gutov, 2018/03/15
- [elpa] master 20bdf05 010/433: Changed insertion key of <%doc> to `d' and added insertion of %#, Dmitry Gutov, 2018/03/15
- [elpa] master 47952d1 007/433: Added dependencies on mmm-compat and mmm-vars.,
Dmitry Gutov <=
- [elpa] master 73dab9f 011/433: Fixed bug: # is not allowed in symbols., Dmitry Gutov, 2018/03/15
- [elpa] master 70899d9 005/433: Changed (progn (require ...)) to (when t (require ...)) because the, Dmitry Gutov, 2018/03/15
- [elpa] master ffdc253 013/433: `require'd mmm-vars at top level for byte-compiling., Dmitry Gutov, 2018/03/15
- [elpa] master aaf649c 016/433: (mmm-version): changed to 0.3.8., Dmitry Gutov, 2018/03/15
- [elpa] master 9b5e8f4 009/433: Distinguished between Perl sections and pseudo-Perl sections. The one, Dmitry Gutov, 2018/03/15
- [elpa] master 4ccebfd 014/433: Moved `require's back to top level for byte-compiling., Dmitry Gutov, 2018/03/15
- [elpa] master da0aa8f 015/433: Moved `require's back to top level for byte-compiling. Added dummy, Dmitry Gutov, 2018/03/15
- [elpa] master 23ff01c 017/433: Pre-added major mode hook to text-mode-hook., Dmitry Gutov, 2018/03/15
- [elpa] master 706c1c3 020/433: Ignored Makefile.in, Makefile, and configure., Dmitry Gutov, 2018/03/15
- [elpa] master 190ba7f 012/433: Added all the elisp files to EXTRA_DIST, since Automake doesn't see, Dmitry Gutov, 2018/03/15