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

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

[elpa] 11/117: Fix Variable binding byte compile warnings


From: Matthew Fidler
Subject: [elpa] 11/117: Fix Variable binding byte compile warnings
Date: Fri, 25 Jul 2014 13:23:51 +0000

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

commit 234c8d8d7312649a887b88a9cf1357a4b5a6f424
Author: Matthew L. Fidler <address@hidden>
Date:   Mon Jul 14 09:26:10 2014 -0500

    Fix Variable binding byte compile warnings
---
 ergoemacs-menus.el |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/ergoemacs-menus.el b/ergoemacs-menus.el
index fcc8183..fef7321 100644
--- a/ergoemacs-menus.el
+++ b/ergoemacs-menus.el
@@ -38,6 +38,7 @@
   "http://ergoemacs.github.io/";)
 
 (declare-function ergoemacs-pretty-key "ergoemacs-translate.el")
+(defvar ergoemacs-use-unicode-char)
 (defun ergoemacs-kbd-to-key (key)
   "Convert key Emacs key code to ergoemacs-key-code."
   (let ((ergoemacs-use-unicode-char nil))
@@ -89,6 +90,9 @@
       (ergoemacs-preprocess-menu-keybindings (car (cdr (cdr (cdr x))))))))
 
 (defvar ergoemacs-handle-ctl-c-or-ctl-x)
+(defvar ergoemacs-no-shortcut-keys)
+(defvar ergoemacs-shortcut-keys)
+(defvar ergoemacs-read-input-keys)
 (defun ergoemacs-shortcut-for-command (cmd)
   "Figures out ergoemacs-mode menu's preferred key-binding for CMD."
   (cond



reply via email to

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