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

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

[elpa] master 2524d7a 208/433: Added `require's and `defvar's to elimina


From: Dmitry Gutov
Subject: [elpa] master 2524d7a 208/433: Added `require's and `defvar's to eliminate compliation warnings.
Date: Thu, 15 Mar 2018 19:44:03 -0400 (EDT)

branch: master
commit 2524d7acc448402ab32ba22fda37517f61d2889d
Author: viritrilbia <viritrilbia>
Commit: viritrilbia <viritrilbia>

    Added `require's and `defvar's to eliminate compliation warnings.
---
 mmm-sample.el | 3 ++-
 mmm-univ.el   | 1 +
 mmm-utils.el  | 5 +++--
 mmm-vars.el   | 3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/mmm-sample.el b/mmm-sample.el
index d9e0e82..0a1d6a0 100644
--- a/mmm-sample.el
+++ b/mmm-sample.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2000 by Michael Abraham Shulman
 
 ;; Author: Michael Abraham Shulman <address@hidden>
-;; Version: $Id: mmm-sample.el,v 1.16 2001/01/15 00:57:43 mas Exp $
+;; Version: $Id: mmm-sample.el,v 1.17 2001/02/08 21:41:30 viritrilbia Exp $
 
 ;;{{{ GPL
 
@@ -32,6 +32,7 @@
 ;;; Code:
 
 (require 'mmm-auto)
+(require 'mmm-utils)
 
 ;;{{{ CSS embedded in HTML
 
diff --git a/mmm-univ.el b/mmm-univ.el
index 5108a9f..34c6a76 100644
--- a/mmm-univ.el
+++ b/mmm-univ.el
@@ -33,6 +33,7 @@
 ;;; Code:
 
 (require 'mmm-auto)
+(require 'mmm-utils)
 
 (defun mmm-univ-get-mode (string)
   (string-match "[a-zA-Z-]+" string)
diff --git a/mmm-utils.el b/mmm-utils.el
index fdcb3c1..ec43d02 100644
--- a/mmm-utils.el
+++ b/mmm-utils.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2000 by Michael Abraham Shulman
 
 ;; Author: Michael Abraham Shulman <address@hidden>
-;; Version: $Id: mmm-utils.el,v 1.10 2001/01/15 00:57:19 mas Exp $
+;; Version: $Id: mmm-utils.el,v 1.11 2001/02/08 21:41:30 viritrilbia Exp $
 
 ;;{{{ GPL
 
@@ -32,6 +32,7 @@
 ;;; Code:
 
 (require 'cl)
+(require 'mmm-vars)
 
 ;;{{{ Valid Buffer
 
@@ -137,7 +138,7 @@ string."
              (match-end 0)))))
 
 ;;}}}
-;;{{{ Ensure fboundp
+;;{{{ Ensure submode name
 
 (defun mmm-ensure-modename (symbol)
   "Return SYMBOL if it is a valid submode name, else nil.
diff --git a/mmm-vars.el b/mmm-vars.el
index f2c1fdf..cec8098 100644
--- a/mmm-vars.el
+++ b/mmm-vars.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2000 by Michael Abraham Shulman
 
 ;; Author: Michael Abraham Shulman <address@hidden>
-;; Version: $Id: mmm-vars.el,v 1.41 2001/02/03 01:39:28 mas Exp $
+;; Version: $Id: mmm-vars.el,v 1.42 2001/02/08 21:41:30 viritrilbia Exp $
 
 ;;{{{ GPL
 
@@ -45,6 +45,7 @@
   (defvar mmm-mode-ext-classes-alist)
   (defvar mmm-mode-prefix-key)
   (defvar mmm-global-mode)
+  (defvar mmm-primary-mode)
   (defvar mmm-classes-alist))
 
 ;;}}}



reply via email to

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