emacs-emojify

fork of https://github.com/iqbalansari/emacs-emojify
Log | Files | Refs | LICENSE

commit 2744f5fa6fa789a8d6903581cdd4eb5442cbce72
parent a6f5543c512688a4142471508510868db7414403
Author: Iqbal Ansari <iqbal.ansari@ignitesol.com>
Date:   Fri,  6 Nov 2015 15:58:16 +0530

Make sure libraries for running Emacs version are loaded when running
tests interactively

Diffstat:
Mtest/test-helper.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test-helper.el b/test/test-helper.el @@ -11,7 +11,7 @@ ".cask"))) (if (not project-dir) (user-error "Could not locate project root") - (let ((default-directory (expand-file-name ".cask/" project-dir))) + (let ((default-directory (expand-file-name (concat ".cask/" emacs-version) project-dir))) (normal-top-level-add-subdirs-to-load-path)) (add-to-list 'load-path project-dir)))