[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 121/287: Remove cl dependence for ergoemacs-theme-engine.el
From: |
Matthew Fidler |
Subject: |
[elpa] 121/287: Remove cl dependence for ergoemacs-theme-engine.el |
Date: |
Wed, 02 Jul 2014 14:45:13 +0000 |
mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.
commit 0bf12f5f4d943d36109b7ee0bd9bcf13e1e26278
Author: Matthew L. Fidler <address@hidden>
Date: Tue Jun 17 23:14:09 2014 +0800
Remove cl dependence for ergoemacs-theme-engine.el
---
ergoemacs-theme-engine.el | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/ergoemacs-theme-engine.el b/ergoemacs-theme-engine.el
index 4ee7c69..8bb3856 100644
--- a/ergoemacs-theme-engine.el
+++ b/ergoemacs-theme-engine.el
@@ -1041,7 +1041,8 @@ Assumes maps are orthogonal."
(dolist (map map-list)
(when (ergoemacs-theme-component-maps-p map)
(setq ret (ergoemacs-get-hooks map match ret keymaps))))
- (setq final (remove-duplicates ret))
+ (dolist (item ret)
+ (pushnew item final :test 'equal))
(puthash (list match keymaps) final hooks))
final)))
- [elpa] 204/287: Allow ergoemacs-key to work outside of themes again, (continued)
- [elpa] 204/287: Allow ergoemacs-key to work outside of themes again, Matthew Fidler, 2014/07/02
- [elpa] 141/287: Add back ergoemacs-fixed-key and ergoemacs-key compatability., Matthew Fidler, 2014/07/02
- [elpa] 200/287: Declare undo-tree, Matthew Fidler, 2014/07/02
- [elpa] 111/287: No compiler warnings for ergoemacs-menus.el, Matthew Fidler, 2014/07/02
- [elpa] 112/287: Fix last compiler issue for ergoemacs-menus.el, Matthew Fidler, 2014/07/02
- [elpa] 91/287: All tests pass; ido-vertical doesn't have right keys, Matthew Fidler, 2014/07/02
- [elpa] 118/287: Move macros from ergoemacs-theme-engine, Matthew Fidler, 2014/07/02
- [elpa] 124/287: Refactor ergoemacs-open-in-external-app, Matthew Fidler, 2014/07/02
- [elpa] 138/287: Make the test directory., Matthew Fidler, 2014/07/02
- [elpa] 109/287: Add ergoemacs-macros for all macros., Matthew Fidler, 2014/07/02
- [elpa] 121/287: Remove cl dependence for ergoemacs-theme-engine.el,
Matthew Fidler <=
- [elpa] 107/287: Remove save-variable-state, Matthew Fidler, 2014/07/02
- [elpa] 197/287: Merge branch 'master' of github.com:ergoemacs/ergoemacs-mode, Matthew Fidler, 2014/07/02
- [elpa] 106/287: Fix many byte-compile warnings in ergoemacs-extras.el, Matthew Fidler, 2014/07/02
- [elpa] 95/287: Revert "Fixed shortcut keys.", Matthew Fidler, 2014/07/02
- [elpa] 90/287: Allow unset keys to work too, Matthew Fidler, 2014/07/02
- [elpa] 115/287: Take away warnings from ergoemacs-mode.el, Matthew Fidler, 2014/07/02
- [elpa] 192/287: Add ergoemacs-test-layout, Matthew Fidler, 2014/07/02
- [elpa] 114/287: condition-case->ignore-errors ergoemacs-translate.el, Matthew Fidler, 2014/07/02
- [elpa] 92/287: Fix keys, Matthew Fidler, 2014/07/02
- [elpa] 125/287: Added documentation and always respect file in ergoemacs-open-in-external-app, Matthew Fidler, 2014/07/02