[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 01/08: Change copyright symbol
From: |
Matthew Fidler |
Subject: |
[elpa] 01/08: Change copyright symbol |
Date: |
Sun, 06 Jul 2014 05:16:25 +0000 |
mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.
commit 6262c77a013315adb9429bd58337a64ad8277807
Author: Matthew L. Fidler <address@hidden>
Date: Sat Jul 5 23:35:49 2014 -0500
Change copyright symbol
---
ergoemacs-advices.el | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/ergoemacs-advices.el b/ergoemacs-advices.el
index e22af5a..36ef84e 100644
--- a/ergoemacs-advices.el
+++ b/ergoemacs-advices.el
@@ -1,6 +1,6 @@
;;; ergoemacs-advices.el --- advices for ErgoEmacs
-;; Copyright (C) 2013, 2014 Free Software Foundation, Inc.
+;; Copyright © 2013, 2014 Free Software Foundation, Inc.
;; Maintainer: Matthew L. Fidler
;; Keywords: convenience
@@ -68,7 +68,8 @@ Also adds keymap-flag for user-defined keys run with
`run-mode-hooks'."
(let ((is-global-p (equal keymap (current-global-map))))
(if (and ergoemacs-run-mode-hooks
(not (equal keymap (current-global-map)))
- (not (equal keymap ergoemacs-keymap)))
+ (not (equal keymap ergoemacs
+ -keymap)))
(let ((ergoemacs-run-mode-hooks nil)
(new-key (read-kbd-macro
(format "<ergoemacs-user> %s"
- [elpa] branch externals/ergoemacs-mode updated (ce2d85f -> 88f1373), Matthew Fidler, 2014/07/06
- [elpa] 03/08: Fix ergoemacs-keymap typo, Matthew Fidler, 2014/07/06
- [elpa] 01/08: Change copyright symbol,
Matthew Fidler <=
- [elpa] 05/08: Add copyright symbol, Matthew Fidler, 2014/07/06
- [elpa] 06/08: Fix typo in ergoemacs-keyfreq-gen-img, Matthew Fidler, 2014/07/06
- [elpa] 04/08: Remove duplicate ergoemacs-repeat-movement-full-keymap, Matthew Fidler, 2014/07/06
- [elpa] 02/08: v5.14.7.1, Matthew Fidler, 2014/07/06
- [elpa] 08/08: Byte compile twice to pick up any other byte-compile issues, Matthew Fidler, 2014/07/06
- [elpa] 07/08: Fix byte compile issues; Key frequency image issues have started to be fixed, Matthew Fidler, 2014/07/06