[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 173/287: Non-conditional autoload at the beginning of the file.
From: |
Matthew Fidler |
Subject: |
[elpa] 173/287: Non-conditional autoload at the beginning of the file. |
Date: |
Wed, 02 Jul 2014 14:45:43 +0000 |
mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.
commit c81ac8c4ff3eb1c7a883c8054f655c1d9c44c005
Author: Matthew L. Fidler <address@hidden>
Date: Thu Jun 19 07:57:45 2014 -0500
Non-conditional autoload at the beginning of the file.
---
ergoemacs-test.el | 11 ++++-------
1 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/ergoemacs-test.el b/ergoemacs-test.el
index b209d81..c6fc6f7 100644
--- a/ergoemacs-test.el
+++ b/ergoemacs-test.el
@@ -30,6 +30,10 @@
(require 'ert)
(require 'elp)
+;;; Not sure why `cl-gensym' is called, probably from `ert'/`elp'?
+;; Suppress: "the function `cl-gensym' might not be defined at
+;; runtime" warning.
+(autoload 'cl-gensym "cl-macs.el")
(defvar ergoemacs-test-lorem-ipsum
"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed
do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
@@ -1063,13 +1067,6 @@ Selected mark would not be cleared after paste."
"Test global C-c b"
(should (equal (ergoemacs-test-global-key-set-before nil "C-c b") t)))
-;;; Not sure why `cl-gensym' is called, probably from `ert'?
-;; Suppress: "the function `cl-gensym' might not be defined at
-;; runtime" warning.
-(cond
- ((and (<= 24 emacs-major-version)
- (<= 4 emacs-minor-version))
- (autoload 'cl-gensym "cl-macs.el")))
(provide 'ergoemacs-test)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; ergoemacs-test.el ends here
- [elpa] 160/287: Fix eieio-object-name-string in emacs 24.4, (continued)
- [elpa] 160/287: Fix eieio-object-name-string in emacs 24.4, Matthew Fidler, 2014/07/02
- [elpa] 161/287: Removed check for saved-overriding-map, Matthew Fidler, 2014/07/02
- [elpa] 162/287: Add object-set-name-string compatability with 24.4, Matthew Fidler, 2014/07/02
- [elpa] 166/287: Misc cleanups, Matthew Fidler, 2014/07/02
- [elpa] 167/287: Remove minibuffer hook, Matthew Fidler, 2014/07/02
- [elpa] 168/287: Declare cl-gensym, Matthew Fidler, 2014/07/02
- [elpa] 170/287: Fix declare-function for cl-gensym, Matthew Fidler, 2014/07/02
- [elpa] 169/287: Declare ergoemacs-read-key-default, Matthew Fidler, 2014/07/02
- [elpa] 171/287: Change define-function to autoload, Matthew Fidler, 2014/07/02
- [elpa] 172/287: Make this a emacs 24.4 autoload only, Matthew Fidler, 2014/07/02
- [elpa] 173/287: Non-conditional autoload at the beginning of the file.,
Matthew Fidler <=
- [elpa] 176/287: Fix Issue #231, Matthew Fidler, 2014/07/02
- [elpa] 175/287: Change the `describe-mode` to `ergoemacs-describe-major-mode`. That way R will display the correct key to view information (C-h m), Matthew Fidler, 2014/07/02
- [elpa] 178/287: Add ergoemacs-read-key-default to ergoemacs-smart-functions, Matthew Fidler, 2014/07/02
- [elpa] 174/287: Remove adjoin issues in 24.1 and 24.2, Matthew Fidler, 2014/07/02
- [elpa] 179/287: Fix ergoemacs-repeat-movement-commands, Matthew Fidler, 2014/07/02
- [elpa] 181/287: Added `ergoemacs-hook-functions`, Matthew Fidler, 2014/07/02
- [elpa] 177/287: Remove cua-mode treatment in startup, Matthew Fidler, 2014/07/02
- [elpa] 180/287: Remap universal-argument to ergoemacs-universal-argument, Matthew Fidler, 2014/07/02
- [elpa] 182/287: Add package-requires for emacs 24.1, Matthew Fidler, 2014/07/02
- [elpa] 183/287: Split out ert, Matthew Fidler, 2014/07/02