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

commit 1fa9023ae3cb95946a70d0f6205f03ab6777ab8d
Author: Matthew L. Fidler <[email protected]>
Date:   Thu Jun 19 07:43:12 2014 -0500

    Change define-function to autoload
---
 ergoemacs-test.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ergoemacs-test.el b/ergoemacs-test.el
index 5775b55..e994478 100644
--- a/ergoemacs-test.el
+++ b/ergoemacs-test.el
@@ -1066,7 +1066,7 @@ Selected mark would not be cleared after paste."
 ;;; Not sure why `cl-gensym' is called, probably from `ert'?
 ;; Suppress: "the function `cl-gensym' might not be defined at
 ;; runtime" warning.
-(declare-function cl-gensym "cl-macs.el" (cl-gensym &optional prefix) t)
+(autoload 'cl-gensym "cl-macs.el")
 (provide 'ergoemacs-test)
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;; ergoemacs-test.el ends here

Reply via email to