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

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

[elpa] 119/287: Fix byte-compile warnings for ergoemacs-macros.el


From: Matthew Fidler
Subject: [elpa] 119/287: Fix byte-compile warnings for ergoemacs-macros.el
Date: Wed, 02 Jul 2014 14:45:12 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit d477dd85f38dedd93bf942ff913a196072999740
Author: Matthew L. Fidler <address@hidden>
Date:   Tue Jun 17 15:17:09 2014 -0500

    Fix byte-compile warnings for ergoemacs-macros.el
---
 ergoemacs-macros.el |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ergoemacs-macros.el b/ergoemacs-macros.el
index 9752c08..b79aa2a 100644
--- a/ergoemacs-macros.el
+++ b/ergoemacs-macros.el
@@ -120,6 +120,7 @@ installing the original keymap above the ergoemacs-mode 
installed keymap.
        (when ergoemacs-mode
          (ergoemacs-emulations)))))
 
+(declare-function ergoemacs-theme-component--parse "ergoemacs-theme-engine.el")
 ;;;###autoload
 (defmacro ergoemacs-theme-component (&rest body-and-plist)
   "A component of an ergoemacs-theme."
@@ -133,6 +134,7 @@ installing the original keymap above the ergoemacs-mode 
installed keymap.
                  ',(nth 0 kb)
                  '(lambda () ,@(nth 1 kb)))) ergoemacs-theme-comp-hash)))
 
+(declare-function ergoemacs-theme-component--parse-keys-and-body 
"ergoemacs-theme-engine.el")
 ;;;###autoload
 (defmacro ergoemacs-theme (&rest body-and-plist)
   "Define an ergoemacs-theme.



reply via email to

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