branch: externals/realgud-trepan-ni commit 7c2b230df4b225792f8e8ef929861eeacbd28064 Author: rocky <ro...@gnu.org> Commit: rocky <ro...@gnu.org>
Travis 5th try --- cask-install.el | 1 + test/test-loc-regexp-trepan-ni.el | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/cask-install.el b/cask-install.el index 9d964cf..4a9da0a 100644 --- a/cask-install.el +++ b/cask-install.el @@ -10,3 +10,4 @@ ;; We'll work around it here (if (not (functionp 'make-mutex)) (defun make-mutex(&optional name))) +(require 'realgud-lang-js) diff --git a/test/test-loc-regexp-trepan-ni.el b/test/test-loc-regexp-trepan-ni.el index acdf68c..8c47f03 100644 --- a/test/test-loc-regexp-trepan-ni.el +++ b/test/test-loc-regexp-trepan-ni.el @@ -4,7 +4,6 @@ (require 'test-simple) (require 'load-relative) (require 'realgud) -(require 'realgud-lang-js) (load-file "./regexp-helper.el") (load-file "../trepan-ni/init.el")