emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 253/287: Another fix for end of line or what


From: Matthew Fidler
Subject: [elpa] 253/287: Another fix for end of line or what
Date: Wed, 02 Jul 2014 14:46:27 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit f7043e0eb1b5321ee6b39b256abff2dc1eada8c5
Author: Matthew L. Fidler <address@hidden>
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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]