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

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

[elpa] 108/117: Move ergoemacs-translation-assoc declaration


From: Matthew Fidler
Subject: [elpa] 108/117: Move ergoemacs-translation-assoc declaration
Date: Fri, 25 Jul 2014 13:24:39 +0000

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

commit 7fb8c3e9cad85958eec3679652461c43947f6219
Author: Matthew L. Fidler <address@hidden>
Date:   Thu Jul 24 09:55:24 2014 -0500

    Move ergoemacs-translation-assoc declaration
---
 ergoemacs-theme-engine.el |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/ergoemacs-theme-engine.el b/ergoemacs-theme-engine.el
index b9b470e..0cd1e69 100644
--- a/ergoemacs-theme-engine.el
+++ b/ergoemacs-theme-engine.el
@@ -593,7 +593,7 @@ Return if the map object has been modified."
         (setq ret (or (ergoemacs-define-map obj (nth 0 key-list) (nth 1 
key-list)) ret))))
     ret))
 
-
+(defvar ergoemacs-translation-assoc)
 (defclass ergoemacs-variable-map (eieio-named)
   ((global-map-p :initarg :global-map-p
                  :initform nil
@@ -713,7 +713,6 @@ Optionally use DESC when another description isn't found in 
`ergoemacs-function-
     (oset obj cmd-list (ergoemacs-copy-list cmd-list))))
 
 (defvar ergoemacs-keyboard-layout)
-(defvar ergoemacs-translation-assoc)
 (defvar ergoemacs-translation-regexp)
 (defmethod ergoemacs-get-fixed-map ((obj ergoemacs-variable-map) &optional 
layout)
   (with-slots (keymap-list



reply via email to

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