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

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

[elpa] master 536a559 153/433: Autoloaded `mmm-ensure-fboundp'.


From: Dmitry Gutov
Subject: [elpa] master 536a559 153/433: Autoloaded `mmm-ensure-fboundp'.
Date: Thu, 15 Mar 2018 19:43:53 -0400 (EDT)

branch: master
commit 536a55934fa3b13d849798544fec9c659a081be1
Author: mas <mas>
Commit: mas <mas>

    Autoloaded `mmm-ensure-fboundp'.
---
 mmm-auto.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/mmm-auto.el b/mmm-auto.el
index 54f8d48..70531ad 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.13 2000/07/29 22:42:23 mas Exp $
+;; Version: $Id: mmm-auto.el,v 1.14 2000/08/02 23:46:38 mas Exp $
 
 ;;{{{ GPL
 
@@ -95,11 +95,13 @@ invoked by a public class in the same file."
   (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-ensure-fboundp "mmm-utils")
   (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
 positive and off otherwise." t))
 
+;; These may actually be used.
 (autoload 'mmm-ify-by-class "mmm-cmds" "" t)
 (autoload 'mmm-ify-by-regexp "mmm-cmds" "" t)
 (autoload 'mmm-ify-region "mmm-cmds" "" t)



reply via email to

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