mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit cd6d1dab82f5108e7af20664ce2e1e1c6fd9cfa6 Author: Matthew L. Fidler <[email protected]> Date: Mon Jun 30 10:37:09 2014 -0500 Add autoload cookie to ergoemacs-test-layout --- ergoemacs-macros.el | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ergoemacs-macros.el b/ergoemacs-macros.el index 0db6bbd..ae7c801 100644 --- a/ergoemacs-macros.el +++ b/ergoemacs-macros.el @@ -222,6 +222,7 @@ Uses `ergoemacs-theme-component--parse-keys-and-body' and (declare-function ergoemacs-theme-get-version "ergoemacs-theme-engine.el") (declare-function ergoemacs-theme-set-version "ergoemacs-theme-engine.el") +;;;###autoload (defmacro ergoemacs-test-layout (&rest keys-and-body) (let ((kb (make-symbol "body-and-plist")) (plist (make-symbol "plist"))
