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

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

[elpa] 27/117: Fix recursive loading in ergoemacs-mode source


From: Matthew Fidler
Subject: [elpa] 27/117: Fix recursive loading in ergoemacs-mode source
Date: Fri, 25 Jul 2014 13:23:59 +0000

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

commit 171f50c71cad192827dcdbaa041acd84c36369be
Author: Matthew L. Fidler <address@hidden>
Date:   Wed Jul 16 10:45:32 2014 -0500

    Fix recursive loading in ergoemacs-mode source
---
 ergoemacs-mode.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ergoemacs-mode.el b/ergoemacs-mode.el
index 9e5845b..ba29d58 100644
--- a/ergoemacs-mode.el
+++ b/ergoemacs-mode.el
@@ -67,6 +67,7 @@
 ;;(require 'cl)
 (require 'easymenu)
 (require 'undo-tree nil t)
+(provide 'ergoemacs-mode)
 
 (defvar ergoemacs-debug ""
   "Debugging for `ergoemacs-mode'.")



reply via email to

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