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

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

[elpa] 228/287: Add `cua-rect` require so that tests pass


From: Matthew Fidler
Subject: [elpa] 228/287: Add `cua-rect` require so that tests pass
Date: Wed, 02 Jul 2014 14:46:13 +0000

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

commit 501c30e5c629da39a4aa6ce94cafafe736f852b8
Author: Matthew L. Fidler <address@hidden>
Date:   Thu Jun 26 10:15:18 2014 -0500

    Add `cua-rect` require so that tests pass
---
 ergoemacs-advices.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ergoemacs-advices.el b/ergoemacs-advices.el
index 4897ea8..1074f48 100644
--- a/ergoemacs-advices.el
+++ b/ergoemacs-advices.el
@@ -126,6 +126,7 @@ Also adds keymap-flag for user-defined keys run with 
`run-mode-hooks'."
     ;; backspace in key sequences.
     (setq-default cua-enable-cua-keys nil))
   ad-do-it
+  (require 'cua-rect)
   ;; Reset `cua--keymap-alist' -- make it compatible with
   ;; `ergoemacs-mode'
   (setq cua--rectangle-keymap (make-sparse-keymap))



reply via email to

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