mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 354439d3fa7faab7eeddc5c729a94749d28f6c1c Author: Matthew L. Fidler <[email protected]> Date: Thu Jun 19 07:35:00 2014 -0500 Declare ergoemacs-read-key-default --- ergoemacs-theme-engine.el | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ergoemacs-theme-engine.el b/ergoemacs-theme-engine.el index d37c85b..95a9c43 100644 --- a/ergoemacs-theme-engine.el +++ b/ergoemacs-theme-engine.el @@ -420,6 +420,7 @@ Optionally use DESC when another description isn't found in `ergoemacs-function- (oset obj cmd-list cmd-list)))) (defvar ergoemacs-ignored-prefixes) +(declare-function ergoemacs-read-key-default "ergoemacs-shortcuts.el") (defmethod ergoemacs-define-map--read-map ((obj ergoemacs-fixed-map) key) "Defines KEY in the OBJ read-key slot if it is a vector over 2. Key sequences starting with `ergoemacs-ignored-prefixes' are not added."
