mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 1956f3348286d96ebc8e3251c279ac96f97a50c9 Author: Matthew L. Fidler <[email protected]> Date: Thu Jun 19 07:33:51 2014 -0500 Declare cl-gensym --- ergoemacs-test.el | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ergoemacs-test.el b/ergoemacs-test.el index c9f809a..25fe3a9 100644 --- a/ergoemacs-test.el +++ b/ergoemacs-test.el @@ -1063,6 +1063,10 @@ 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. +(declare-function cl-gensym (cl-gensym &optional prefix) t) (provide 'ergoemacs-test) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; ergoemacs-test.el ends here
