emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 1571a17 074/433: Added some autoloads.


From: Dmitry Gutov
Subject: [elpa] master 1571a17 074/433: Added some autoloads.
Date: Thu, 15 Mar 2018 19:43:37 -0400 (EDT)

branch: master
commit 1571a17aaaad27607cd444d58280d320bed3503f
Author: mas <mas>
Commit: mas <mas>

    Added some autoloads.
---
 mmm-auto.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/mmm-auto.el b/mmm-auto.el
index 115ce7f..37514b1 100644
--- a/mmm-auto.el
+++ b/mmm-auto.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2000 by Michael Abraham Shulman
 
 ;; Author: Michael Abraham Shulman <address@hidden>
-;; Version: $Id: mmm-auto.el,v 1.11 2000/06/30 03:26:48 mas Exp $
+;; Version: $Id: mmm-auto.el,v 1.12 2000/06/30 20:54:58 mas Exp $
 
 ;;{{{ GPL
 
@@ -67,6 +67,8 @@
 ;; To shut up the byte compiler.
 (eval-and-compile
   (autoload 'mmm-mode-on "mmm-mode" "Turn on MMM Mode. See `mmm-mode'.")
+  (autoload 'mmm-mode-off "mmm-mode" "Turn off MMM Mode. See `mmm-mode'.")
+  (autoload 'mmm-update-font-lock-buffer "mmm-region")
   (autoload 'mmm-mode "mmm-mode"
     "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

[Prev in Thread] Current Thread [Next in Thread]