mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit f7043e0eb1b5321ee6b39b256abff2dc1eada8c5 Author: Matthew L. Fidler <[email protected]> Date: Fri Jun 27 14:01:19 2014 -0500 Another fix for end of line or what --- ergoemacs-functions.el | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/ergoemacs-functions.el b/ergoemacs-functions.el index a3d6968..c08b74d 100644 --- a/ergoemacs-functions.el +++ b/ergoemacs-functions.el @@ -740,11 +740,8 @@ the prefix arguments of `end-of-buffer', (or (eolp) (and (or - (eq - (ergoemacs-with-global - (ergoemacs-real-key-binding (read-kbd-macro "<next>"))) - last-command)) - (bolp)))) + (memq last-command '(ergoemacs-forward-block scroll-up-command))) + (bolp)))) (progn (cond ((eq ergoemacs-beginning-or-end-of-line-and-what 'buffer)
