branch: master
commit 6c208a3369883a0565fd42a870cf3aeaa6a1938d
Author: mas <mas>
Commit: mas <mas>
Autoloaded `rpm-sh' submode class from mmm-rpm.el.
---
mmm-auto.el | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/mmm-auto.el b/mmm-auto.el
index 70531ad..be63fab 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.14 2000/08/02 23:46:38 mas Exp $
+;; Version: $Id: mmm-auto.el,v 1.15 2000/08/21 01:55:52 mas Exp $
;;{{{ GPL
@@ -70,7 +70,9 @@
(html-js "mmm-sample" nil)
(here-doc "mmm-sample" nil)
(embperl "mmm-sample" nil)
- (file-variables "mmm-sample" nil))
+ (file-variables "mmm-sample" nil)
+ (rpm-sh "mmm-rpm" nil)
+ )
"Alist of submode classes autoloaded from files.
Elements look like \(CLASS FILE PRIVATE) where CLASS is a submode
class symbol, FILE is a string suitable for passing to `load', and