mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 3d3c77e6c4dd4c747ab0dca7eef3a2b0c2f46f73 Author: Matthew L. Fidler <[email protected]> Date: Tue Jun 17 09:55:49 2014 -0500 Fix last compiler issue for ergoemacs-menus.el --- ergoemacs-menus.el | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/ergoemacs-menus.el b/ergoemacs-menus.el index e70bb0b..daafceb 100644 --- a/ergoemacs-menus.el +++ b/ergoemacs-menus.el @@ -54,7 +54,6 @@ (if (catch 'found-keys (dolist (i item) (when (eq i ':keys) - (setq ret t) (throw 'found-keys t))) nil) nil (ergoemacs-shortcut-for-command (cadddr item)))
