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

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

[elpa] 13/35: Misc code cleanup


From: Matthew Fidler
Subject: [elpa] 13/35: Misc code cleanup
Date: Fri, 11 Jul 2014 22:33:23 +0000

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

commit aee502c45843b76af305747b55f660c6c195b4f8
Author: Matthew L. Fidler <address@hidden>
Date:   Mon Jul 7 13:48:57 2014 -0500

    Misc code cleanup
---
 ergoemacs-menus.el |    2 +-
 ergoemacs-mode.el  |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ergoemacs-menus.el b/ergoemacs-menus.el
index e418d0e..6816914 100644
--- a/ergoemacs-menus.el
+++ b/ergoemacs-menus.el
@@ -98,7 +98,7 @@
          (eq cmd 'ergoemacs-copy-line-or-region)) (ergoemacs-kbd-to-key "C-c"))
    (t
     (let ((key (key-description
-                (let ((ergoemacs-read-input-keys)
+                (let (ergoemacs-read-input-keys
                       ergoemacs-shortcut-keys
                       (ergoemacs-no-shortcut-keys t)
                       (min-len 1000)
diff --git a/ergoemacs-mode.el b/ergoemacs-mode.el
index 51a68ed..dcd52b0 100644
--- a/ergoemacs-mode.el
+++ b/ergoemacs-mode.el
@@ -423,8 +423,8 @@ bindings the keymap is:
   ;; This will possibly allow swapping of C-c and M-c.
   (if ergoemacs-mode
       (progn
-        (setq ergoemacs-debug-heading-start-time (float-time))
-        (setq ergoemacs-debug-heading-last-time (float-time))
+        (setq ergoemacs-debug-heading-start-time (float-time)
+              ergoemacs-debug-heading-last-time (float-time))
         (ergoemacs-debug "* Ergoemacs-mode is turning ON.")
         (when cua-mode
           (cua-mode -1)



reply via email to

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