mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit d477dd85f38dedd93bf942ff913a196072999740 Author: Matthew L. Fidler <[email protected]> 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.
