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

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

[elpa] 179/287: Fix ergoemacs-repeat-movement-commands


From: Matthew Fidler
Subject: [elpa] 179/287: Fix ergoemacs-repeat-movement-commands
Date: Wed, 02 Jul 2014 14:45:47 +0000

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

commit 26e8348aa06cff5cf7b769159b8b05c7d20026e1
Author: Matthew L. Fidler <address@hidden>
Date:   Fri Jun 20 14:44:35 2014 -0500

    Fix ergoemacs-repeat-movement-commands
---
 ergoemacs-mode.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ergoemacs-mode.el b/ergoemacs-mode.el
index 07879a9..9723787 100644
--- a/ergoemacs-mode.el
+++ b/ergoemacs-mode.el
@@ -230,8 +230,8 @@ Valid values are:
   :group 'ergoemacs-mode
   :type '(choice
           (const :tag "Do not allow fast repeat commands." nil)
-          (const :tag "Allow fast repeat command of the current movement 
command" 'single)
-          (const :tag "Allow fast repeat of all movement commands" 'all)))
+          (const :tag "Allow fast repeat command of the current movement 
command" single)
+          (const :tag "Allow fast repeat of all movement commands" all)))
 
 (defun ergoemacs-repeat-movement-full-keymap ()
   "Allow movement commands to be repeated without pressing the ALT key"



reply via email to

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